DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ StaticType()

proto static external Class::StaticType ( )
staticprivate

Returns typename of object's reference.

Возвращает
typename class-type
Print(e.StaticType());
>> 'EntityAI'
Определения Building.c:6
proto void Print(void var)
Prints content of variable to console/log.