Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
CfgParam Class Reference
Inheritance diagram for CfgParam:
Managed

Protected Member Functions

void CfgParam (string param_name)
 
void SetName (string param_name)
 
string GetName ()
 
int GetType ()
 
bool IsArray ()
 

Static Protected Member Functions

static CfgParam CreateParam (string name, int cfg_type)
 

Protected Attributes

string m_ParamName
 
string m_ParamValueString
 

Detailed Description

Definition at line 8 of file cfgparam.c.

Constructor & Destructor Documentation

◆ CfgParam()

void CfgParam::CfgParam ( string param_name)
protected

Definition at line 13 of file cfgparam.c.

Member Function Documentation

◆ CreateParam()

static CfgParam CfgParam::CreateParam ( string name,
int cfg_type )
staticprotected

Definition at line 38 of file cfgparam.c.

◆ GetName()

string CfgParam::GetName ( )
protected

Definition at line 23 of file cfgparam.c.

◆ GetType()

int CfgParam::GetType ( )
protected

Definition at line 28 of file cfgparam.c.

◆ IsArray()

bool CfgParam::IsArray ( )
protected

Definition at line 33 of file cfgparam.c.

◆ SetName()

void CfgParam::SetName ( string param_name)
protected

Definition at line 18 of file cfgparam.c.

Member Data Documentation

◆ m_ParamName

string CfgParam::m_ParamName
protected

Definition at line 10 of file cfgparam.c.

◆ m_ParamValueString

string CfgParam::m_ParamValueString
protected

Definition at line 11 of file cfgparam.c.


The documentation for this class was generated from the following files: