mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-08 19:18:22 +00:00
Update IServerGameDLL GameServerSteamAPIActivated params.
This commit is contained in:
parent
d57202a156
commit
2f99947e76
@ -596,7 +596,7 @@ public:
|
|||||||
virtual void PostToolsInit() = 0;
|
virtual void PostToolsInit() = 0;
|
||||||
|
|
||||||
// Called after the steam API has been activated post-level startup
|
// Called after the steam API has been activated post-level startup
|
||||||
virtual void GameServerSteamAPIActivated( void ) = 0;
|
virtual void GameServerSteamAPIActivated( bool bActivated ) = 0;
|
||||||
|
|
||||||
// Called to apply lobby settings to a dedicated server
|
// Called to apply lobby settings to a dedicated server
|
||||||
virtual void ApplyGameSettings( KeyValues *pKV ) = 0;
|
virtual void ApplyGameSettings( KeyValues *pKV ) = 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user