3rd Party Libraries
Recent Additions
Handles Parser
Discord
sourcemod
GameData
GameData
File
GameData
Last Updated
2018-10-12
Created At
2018-10-12
Loads a game config file.
native
GameData
GameData(
const char[]
file
)
Parameters
const char[]
file
File to load. The path must be relative to the 'gamedata' folder under the config folder and the extension should be omitted.
Return Value
GameData
A handle to the game config file or null on failure.