DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
ClassName()
proto native owned external
string
Class::ClassName
(
)
private
Returns name of class-type.
Аргументы
inst
Class
Возвращает
string
class-type
Man player =
g_Game
.GetPlayer();
string
className = player.ClassName();
Print
(className);
>> className =
'Man'
g_Game
DayZGame g_Game
Определения
DayZGame.c:3868
Print
proto void Print(void var)
Prints content of variable to console/log.
Используется в
GetDebugName()
.
Class
Создано системой
1.13.2