DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ SetProfileValueBool()

void SetProfileValueBool ( string name,
bool value )
protected

Writes bool variable to profile, after write don't forget to call CGame::SaveProfile() to save profile to storage!

См. определение в файле tools.c строка 1042

1043{
1044 if (value)
1045 {
1047 }
1048 else
1049 {
1051 }
1052}
PlayerSpawnPresetDiscreteItemSetSlotData name
one set for cargo
proto native void SetProfileString(string name, string value)
Sets string to profile variable.
proto native CGame GetGame()

Перекрестные ссылки GetGame(), name и CGame::SetProfileString().