DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
CfgParamBool.c
См. документацию.
1
class
CfgParamBool
extends
CfgParamType
2
{
3
private
bool
m_Value
;
4
5
void
CfgParamBool
(
string
param_name)
6
{
7
m_Value
=
false
;
8
}
9
10
void
SetValue
(
bool
value)
11
{
12
m_Value
= value;
13
}
14
15
bool
GetValue
()
16
{
17
return
m_Value
;
18
}
19
20
override
int
GetType
()
21
{
22
return
CFG_TYPE_BOOL
;
23
}
24
}
CFG_TYPE_BOOL
const int CFG_TYPE_BOOL
Определения
CfgParam.c:4
CfgParamType::GetValue
bool GetValue()
Определения
CfgParamBool.c:15
CfgParamType::m_Value
bool m_Value
Определения
CfgParamBool.c:3
CfgParamType::CfgParamBool
void CfgParamBool(string param_name)
Определения
CfgParamBool.c:5
CfgParamType::GetType
override int GetType()
Определения
CfgParamBool.c:20
CfgParamType::SetValue
void SetValue(bool value)
Определения
CfgParamBool.c:10
CfgParamType
Определения
CfgParamBool.c:2
Ishodniki
scripts
4_World
Classes
ConfigHandler
CfgParamBool.c
Создано системой
1.13.2