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
}
Class
Super root of all classes in Enforce script.
Определения
EnScript.c:11
DayZPlayer
Определения
DayZPlayerImplement.c:111
DayZPlayerInstanceType
DayZPlayerInstanceType
defined in C++
Определения
dayzplayer.c:1068
Class::CastTo
static proto bool CastTo(out Class to, Class from)
Try to safely down-cast base class to child class.
Перекрестные ссылки
Class::CastTo()
.
Ishodniki
scripts
4_World
Systems
Inventory
DayZPlayerInventory.c
Создано системой
1.13.2