Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
PluginFileHandler Class Reference

Protected Member Functions

int GetTextType (string text)
 
bool IsString (string text)
 
bool IsParam (string text)
 
bool IsArray (string text)
 
bool IsFloat (string text)
 
bool IsInt (string text)
 
bool IsBool (string text)
 
string ParseToValueString (string param_value)
 
float ParseToValueFloat (string param_value)
 
int ParseToValueInt (string param_value)
 
bool ParseToValueBool (string param_value)
 
array< ref CfgParamParseToValueArray (string param_value)
 

Detailed Description

Definition at line 1 of file pluginconfighandler.c.

Member Function Documentation

◆ GetTextType()

int PluginFileHandler::GetTextType ( string text)
protected

Definition at line 281 of file pluginconfighandler.c.

◆ IsArray()

bool PluginFileHandler::IsArray ( string text)
protected

Definition at line 356 of file pluginconfighandler.c.

◆ IsBool()

bool PluginFileHandler::IsBool ( string text)
protected

Definition at line 386 of file pluginconfighandler.c.

◆ IsFloat()

bool PluginFileHandler::IsFloat ( string text)
protected

Definition at line 366 of file pluginconfighandler.c.

◆ IsInt()

bool PluginFileHandler::IsInt ( string text)
protected

Definition at line 376 of file pluginconfighandler.c.

◆ IsParam()

bool PluginFileHandler::IsParam ( string text)
protected

Definition at line 346 of file pluginconfighandler.c.

◆ IsString()

bool PluginFileHandler::IsString ( string text)
protected

Definition at line 336 of file pluginconfighandler.c.

◆ ParseToValueArray()

array< ref CfgParam > PluginFileHandler::ParseToValueArray ( string param_value)
protected

Definition at line 421 of file pluginconfighandler.c.

◆ ParseToValueBool()

bool PluginFileHandler::ParseToValueBool ( string param_value)
protected

Definition at line 411 of file pluginconfighandler.c.

◆ ParseToValueFloat()

float PluginFileHandler::ParseToValueFloat ( string param_value)
protected

Definition at line 401 of file pluginconfighandler.c.

◆ ParseToValueInt()

int PluginFileHandler::ParseToValueInt ( string param_value)
protected

Definition at line 406 of file pluginconfighandler.c.

◆ ParseToValueString()

string PluginFileHandler::ParseToValueString ( string param_value)
protected

Definition at line 396 of file pluginconfighandler.c.


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