CloseGameConfigFile
- Синтаксис
-
native CloseGameConfigFile(&GameConfig:handle);
Переменная | Описание |
---|---|
handle |
Game config handle |
- Описание
- Destroys a game config and frees its memory.
- Пометка
-
The function automatically sets the variable passed to it to 0 to aid in preventing accidental usage after destroy.
- Возвращает
- 1 on success, 0 if an invalid handle was passed in