Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
EntityType Class Reference
Inheritance diagram for EntityType:
EntityAIType WindSockType BuildingType DayZCreatureType ManType TransportType BuildingBaseType DayZCreatureAIType BoatType CarType HelicopterType HouseType ChurchType FountainType

Protected Member Functions

void EntityType ()
void ~EntityType ()
proto native owned string GetName ()
proto string ConfigGetString (string entryName)
proto string ConfigGetStringRaw (string entryName)
 Get a raw strings from config entry.
proto int ConfigGetInt (string entryName)
bool ConfigGetBool (string entryName)
proto float ConfigGetFloat (string entryName)
proto vector ConfigGetVector (string entryName)
proto native void ConfigGetTextArray (string entryName, out TStringArray values)
 Get array of strings from config entry.
proto native void ConfigGetTextArrayRaw (string entryName, out TStringArray values)
 Get array of raw strings from config entry.
proto native void ConfigGetFloatArray (string entryName, out TFloatArray values)
 Get array of floats from config entry.
proto native void ConfigGetIntArray (string entryName, out TIntArray values)
 Get array of integers from config entry.
proto native bool ConfigIsExisting (string entryName)
 Checks if given entry exists.

Detailed Description

Definition at line 1 of file entitytype.c.

Constructor & Destructor Documentation

◆ EntityType()

void EntityType::EntityType ( )
protected

Definition at line 3 of file entitytype.c.

◆ ~EntityType()

void EntityType::~EntityType ( )
protected

Definition at line 7 of file entitytype.c.

Member Function Documentation

◆ ConfigGetBool()

bool EntityType::ConfigGetBool ( string entryName)
protected

Definition at line 25 of file entitytype.c.

◆ 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
entryName
valueoutput

◆ 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
entryName
valueoutput

◆ ConfigGetString()

proto string EntityType::ConfigGetString ( string entryName)
protected

◆ ConfigGetStringRaw()

proto string EntityType::ConfigGetStringRaw ( string entryName)
protected

Get a raw strings from config entry.

Parameters
entryName
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
entryName
valueoutput

◆ ConfigGetTextArrayRaw()

proto native void EntityType::ConfigGetTextArrayRaw ( string entryName,
out TStringArray values )
protected

Get array of raw strings from config entry.

Parameters
entryName
valueoutput 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
entryName

◆ GetName()

proto native owned string EntityType::GetName ( )
protected

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