Definition at line 1 of file entitytype.c.
◆ EntityType()
| void EntityType::EntityType |
( |
| ) |
|
|
protected |
◆ ~EntityType()
| void EntityType::~EntityType |
( |
| ) |
|
|
protected |
◆ ConfigGetBool()
| bool EntityType::ConfigGetBool |
( |
string | entryName | ) |
|
|
protected |
◆ ConfigGetFloat()
| proto float EntityType::ConfigGetFloat |
( |
string | entryName | ) |
|
|
protected |
◆ ConfigGetFloatArray()
| proto native void EntityType::ConfigGetFloatArray |
( |
string | entryName, |
|
|
out TFloatArray | values ) |
|
protected |
Get array of floats from config entry.
- Parameters
-
◆ ConfigGetInt()
| proto int EntityType::ConfigGetInt |
( |
string | entryName | ) |
|
|
protected |
◆ ConfigGetIntArray()
| proto native void EntityType::ConfigGetIntArray |
( |
string | entryName, |
|
|
out TIntArray | values ) |
|
protected |
Get array of integers from config entry.
- Parameters
-
◆ ConfigGetString()
| proto string EntityType::ConfigGetString |
( |
string | entryName | ) |
|
|
protected |
◆ ConfigGetStringRaw()
| proto string EntityType::ConfigGetStringRaw |
( |
string | entryName | ) |
|
|
protected |
Get a raw strings from config entry.
- Parameters
-
- Returns
- value output string
- Note
- use 'FormatRawConfigStringKeys' method to change localization keys to script-friendly
◆ ConfigGetTextArray()
| proto native void EntityType::ConfigGetTextArray |
( |
string | entryName, |
|
|
out TStringArray | values ) |
|
protected |
Get array of strings from config entry.
- Parameters
-
◆ ConfigGetTextArrayRaw()
| proto native void EntityType::ConfigGetTextArrayRaw |
( |
string | entryName, |
|
|
out TStringArray | values ) |
|
protected |
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()
| proto vector EntityType::ConfigGetVector |
( |
string | entryName | ) |
|
|
protected |
◆ ConfigIsExisting()
| proto native bool EntityType::ConfigIsExisting |
( |
string | entryName | ) |
|
|
protected |
Checks if given entry exists.
- Parameters
-
◆ GetName()
| proto native owned string EntityType::GetName |
( |
| ) |
|
|
protected |
The documentation for this class was generated from the following file: