DIFF

class PluginConfigHandlerSource

PluginConfigHandler PluginFileHandler PluginBase

All members, including inherited

Constructors 1

void PluginConfigHandler()

Members 1

Methods 24

override string GetFileName()
array<ref CfgParam> GetAllParams()
References m_CfgParams
void ClearParams()
References array.Clear(), and m_CfgParams
void RemoveParamByName(string name)
References array.Count(), array.Get(), CfgParam.GetName()
Show 2 more, array.Remove(), and m_CfgParams
void RenameParam(string name, string new_name)
protected int GetTextType(string text)
Referenced by IsArray(), IsBool(), IsFloat()
Show 4 more, IsInt(), IsParam(), IsString(), and ParseText()
protected bool IsString(string text)
References GetTextType()
protected bool IsParam(string text)
References GetTextType()
protected bool IsArray(string text)
References GetTextType()
protected bool IsFloat(string text)
References GetTextType()
protected bool IsInt(string text)
References GetTextType()
protected bool IsBool(string text)
References GetTextType()
protected string ParseToValueString(string param_value)
Referenced by ParseText()
protected float ParseToValueFloat(string param_value)
References string.ToFloat()
Referenced by ParseText()
protected int ParseToValueInt(string param_value)
References string.ToInt()
Referenced by ParseText()
protected bool ParseToValueBool(string param_value)
Referenced by ParseText()