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

◆ IsProxy()

bool IsProxy ( )
protected

См. определение в файле DayZPlayerInventory.c строка 192

193 {
194 DayZPlayer player;
195 if (!Class.CastTo(player, GetInventoryOwner()))
196 {
197 return false;
198 }
199
200 return (player.GetInstanceType() == DayZPlayerInstanceType.INSTANCETYPE_REMOTE || player.GetInstanceType() == DayZPlayerInstanceType.INSTANCETYPE_AI_REMOTE);
201 }
Super root of all classes in Enforce script.
Определения EnScript.c:11
DayZPlayerInstanceType
defined in C++
Определения dayzplayer.c:1068
static proto bool CastTo(out Class to, Class from)
Try to safely down-cast base class to child class.

Перекрестные ссылки Class::CastTo().