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

◆ HandEventBase()

void HandEventBase ( Man p = null,
InventoryLocation src = null )

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

52{ Class.CastTo(m_Player, p); m_Src = src; }
DayZPlayer m_Player
Определения Hand_Events.c:42
ref InventoryLocation m_Src
Определения Hand_Events.c:43
Super root of all classes in Enforce script.
Определения EnScript.c:11
static proto bool CastTo(out Class to, Class from)
Try to safely down-cast base class to child class.

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