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

◆ Type()

proto native external Class::Type ( )
private

Returns typename of object's class.

Возвращает
typename class-type
Man player = g_Game.GetPlayer();
typename type = player.Type();
Print(type.ToString());
>> 'Man'
DayZGame g_Game
Определения DayZGame.c:3868
proto void Print(void var)
Prints content of variable to console/log.