26 m_RadialWidget = null;
32 m_FadeTimer =
new WidgetFadeTimer;
49 m_RadialWidget =
m_Root.FindAnyWidget(
"PBRadial1");
50 m_LoaderImage = ImageWidget.Cast(
m_Root.FindAnyWidget(
"cap_init_loader") );
52 m_RadialWidget.GetScript(m_Radial);
82 m_LoaderImage.SetRotation(0, 0, m_Speed *
Math.
RAD2DEG);
83 m_LoaderImage.Show(
true);
88 m_LoaderImage.SetRotation(0, 0, 0);
89 m_LoaderImage.Show(
false);
95 m_LoaderImage.SetRotation(0, 0, 0);
104 m_LoaderImage.Show(
false);
106 m_LoaderImage.SetRotation(0, 0, 0);
143 m_Radial.SetProgress(progress);
void ActionManagerBase(PlayerBase player)
protected ActionManagerBase m_AM
proto native Mission GetMission()
override ScriptInvoker GetUpdateQueue(int call_category)
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 proto float AbsFloat(float f)
Returns absolute value.
static const float RAD2DEG