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

◆ SetBool()

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

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

192 {
193 CfgParamBool param = CfgParamBool.Cast( GetParamByName( key, CFG_TYPE_BOOL ) );
194 param.SetValue( value );
195 SaveConfigToFile();
196 return param;
197 }
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().