◆ EntityType()
◆ ~EntityType()
◆ ConfigGetBool()
◆ ConfigGetFloat()
◆ ConfigGetFloatArray()
Get array of floats from config entry.
- Parameters
-
◆ ConfigGetInt()
◆ ConfigGetIntArray()
| proto native void ConfigGetIntArray |
( |
string |
entryName, |
|
|
out TIntArray |
values |
|
) |
| |
|
private |
Get array of integers from config entry.
- Parameters
-
◆ ConfigGetString()
◆ ConfigGetStringRaw()
Get a raw strings from config entry.
- Parameters
-
- Returns
- value output string
- Note
- use 'FormatRawConfigStringKeys' method to change localization keys to script-friendly
◆ ConfigGetTextArray()
Get array of strings from config entry.
- Parameters
-
◆ ConfigGetTextArrayRaw()
Get array of raw strings from config entry.
- Parameters
-
| entryName | |
| value | output in raw format (localization keys '$STR_' are not translated). |
- Note
- use 'FormatRawConfigStringKeys' method to change localization keys to script-friendly
◆ ConfigGetVector()
◆ ConfigIsExisting()
| proto native bool ConfigIsExisting |
( |
string |
entryName | ) |
|
|
private |
Checks if given entry exists.
- Parameters
-
◆ GetName()
| proto native owned string GetName |
( |
| ) |
|
|
private |
The documentation for this class was generated from the following file: