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'
g_Game
DayZGame g_Game
Определения
DayZGame.c:3868
Print
proto void Print(void var)
Prints content of variable to console/log.
Class
Создано системой
1.13.2