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

◆ EEItemOutOfHands()

override void ManBase::EEItemOutOfHands ( EntityAI item)
inlineprotected

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

2848 {
2849 super.EEItemOutOfHands(item);
2850
2851 if (IsPlacingLocal())
2852 {
2854 }
2855
2857 }
override ScriptCallQueue GetCallQueue(int call_category)
Определения DayZGame.c:1187
void TogglePlacingLocal(ItemBase item=null)
Определения PlayerBase.c:2549
bool IsPlacingLocal()
Определения PlayerBase.c:2435
proto void Call(func fn, void param1=NULL, void param2=NULL, void param3=NULL, void param4=NULL, void param5=NULL, void param6=NULL, void param7=NULL, void param8=NULL, void param9=NULL)
adds call into the queue with given parameters and arguments (arguments are held in memory until the ...
proto native CGame GetGame()
const int CALL_CATEGORY_SYSTEM
Определения tools.c:8
class HumanItemBehaviorCfg OnItemInHandsChanged(bool pInstant=false)
signalization from script to engine that item in hands changed

Перекрестные ссылки ScriptCallQueue::Call(), CALL_CATEGORY_SYSTEM, CGame::GetCallQueue(), GetGame(), IsPlacingLocal(), OnItemInHandsChanged() и TogglePlacingLocal().