60 IngameHud hud = IngameHud.Cast(
mission.GetHud());
61 if (hud && hud.GetHudVisibility().IsContextFlagActive(IngameHudVisibility.HUD_HIDE_FLAGS))
void ActionManagerBase(PlayerBase player)
override ScriptInvoker GetUpdateQueue(int call_category)
proto native Mission GetMission()
Super root of all classes in Enforce script.
proto bool Remove(func fn, int flags=EScriptInvokerRemoveFlags.ALL)
remove specific call from list
proto bool Insert(func fn, int flags=EScriptInvokerInsertFlags.IMMEDIATE)
insert method to list
proto native CGame GetGame()
static proto bool CastTo(out Class to, Class from)
Try to safely down-cast base class to child class.
static const float RAD2DEG
static proto float AbsFloat(float f)
Returns absolute value.