Dayz Explorer
1.28.160049
Loading...
Searching...
No Matches
cfgparamstring.c
Go to the documentation of this file.
1
class
CfgParamString
extends
CfgParamType
2
{
3
private
string
m_Value
;
4
5
void
CfgParamString(
string
param_name)
6
{
7
m_Value
=
STRING_EMPTY
;
8
}
9
10
void
SetValue
(
string
value)
11
{
12
m_Value
= value;
13
}
14
15
string
GetValue
()
16
{
17
return
m_Value
;
18
}
19
20
override
int
GetType
()
21
{
22
return
CFG_TYPE_STRING
;
23
}
24
}
GetType
eBleedingSourceType GetType()
Definition
bleedingsource.c:67
CFG_TYPE_STRING
const int CFG_TYPE_STRING
Definition
cfgparam.c:1
CfgParamType
Definition
cfgparambool.c:2
m_Value
string m_Value
Definition
enentity.c:808
STRING_EMPTY
const string STRING_EMPTY
Definition
constants.c:54
SetValue
override void SetValue(int value, bool fire_event=true)
Definition
optionselectormultistate.c:233
GetValue
float GetValue()
Definition
syncedvalue.c:55
Daten
4_world
classes
confighandler
cfgparamstring.c
Generated by
1.12.0