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

◆ SetBool()

CfgParamBool PluginConfigHandler::SetBool ( string key,
bool value )
inlineprotected

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

172 {
173 CfgParamBool param = CfgParamBool.Cast( GetParamByName( key, CFG_TYPE_BOOL ) );
174 param.SetValue( value );
175 SaveConfigToFile();
176 return param;
177 }
const int CFG_TYPE_BOOL
Определения CfgParam.c:4

Перекрестные ссылки CFG_TYPE_BOOL.

Используется в GetBool(), SetCharacterAgentsVisible(), SetCharacterDebugVisible(), SetCharacterLevelsVisible(), SetCharacterModifiersVisible(), SetCharacterStatsVisible(), SetCharacterStomachVisible(), SetFilterOrderReversed(), SetFreeCameraCrosshairVisible(), SetHealthVisible(), SetHorticultureVisible(), SetLogsEnabled(), SetMergeType(), SetSceneEditorDrawSelection(), SetSceneEditorLoadPlayerPos(), SetShowItemPreview(), SetTempVisible() и SetVersionVisible().