Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
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 ()
bool ConfigGetBool (string entryName)
proto float ConfigGetFloat (string entryName)
proto native void ConfigGetFloatArray (string entryName, out TFloatArray values)
 Get array of floats from config entry.
proto int ConfigGetInt (string entryName)
proto native void ConfigGetIntArray (string entryName, out TIntArray values)
 Get array of integers from config entry.
proto string ConfigGetString (string entryName)
proto string ConfigGetStringRaw (string entryName)
 Get a raw strings from config entry.
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 vector ConfigGetVector (string entryName)
proto native bool ConfigIsExisting (string entryName)
 Checks if given entry exists.
proto native owned string GetName ()

Detailed Description

Definition at line 1 of file entitytype.c.

Constructor & Destructor Documentation

◆ EntityType()

void EntityType ( )
inlineprotected

Definition at line 3 of file entitytype.c.

◆ ~EntityType()

void ~EntityType ( )
inlineprotected

Definition at line 7 of file entitytype.c.

Member Function Documentation

◆ ConfigGetBool()

bool ConfigGetBool ( string entryName)
inlineprotected

Definition at line 25 of file entitytype.c.

References ConfigGetInt().

◆ ConfigGetFloat()

proto float ConfigGetFloat ( string entryName)
protected

◆ ConfigGetFloatArray()

proto native void ConfigGetFloatArray ( string entryName,
out TFloatArray values )
protected

Get array of floats from config entry.

Parameters
entryName
valueoutput

◆ ConfigGetInt()

proto int ConfigGetInt ( string entryName)
protected

Referenced by ConfigGetBool().

◆ ConfigGetIntArray()

proto native void ConfigGetIntArray ( string entryName,
out TIntArray values )
protected

Get array of integers from config entry.

Parameters
entryName
valueoutput

◆ ConfigGetString()

proto string ConfigGetString ( string entryName)
protected

◆ ConfigGetStringRaw()

proto string 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 ConfigGetTextArray ( string entryName,
out TStringArray values )
protected

Get array of strings from config entry.

Parameters
entryName
valueoutput

◆ ConfigGetTextArrayRaw()

proto native void 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 ConfigGetVector ( string entryName)
protected

◆ ConfigIsExisting()

proto native bool ConfigIsExisting ( string entryName)
protected

Checks if given entry exists.

Parameters
entryName

◆ GetName()

proto native owned string GetName ( )
protected

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