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

◆ StaticType()

proto static external Class::StaticType ( )
staticprivate

Returns typename of object's reference.

Возвращает
typename class-type
Print(e.StaticType());
>> 'EntityAI'
proto void Print(void var)
Prints content of variable to console/log.