class EntityTypeSource
Derived classes
Constructors 2
protected void EntityType()protected void ~EntityType()Methods 12
proto native owned string GetName()Get a raw strings from config entry.
entryName
Returns: value output string
Noteuse 'FormatRawConfigStringKeys' method to change localization keys to script-friendly
Referenced by ConfigGetBool()
References ConfigGetInt()
proto native void ConfigGetTextArray(string entryName, out TStringArray values)Get array of strings from config entry.
entryNamevalue- output
proto native void ConfigGetTextArrayRaw(string entryName, out TStringArray values)Get array of raw strings from config entry.
entryNamevalue- output in raw format (localization keys '$STR_' are not translated).
Noteuse 'FormatRawConfigStringKeys' method to change localization keys to script-friendly
proto native void ConfigGetFloatArray(string entryName, out TFloatArray values)Get array of floats from config entry.
entryNamevalue- output
Get array of integers from config entry.
entryNamevalue- output