50 screenSpace[0] = screenSpace[0] - sx/2;
51 screenSpace[1] = screenSpace[1] - sy/2;
53 m_Root.SetPos(screenSpace[0], screenSpace[1]);
73 itemInHands =
m_Player.GetItemInHands();
74 if ( itemInHands && itemInHands.IsWeapon() )
vector m_Position
Cached world position.
Super root of all classes in Enforce script.
static proto bool CastTo(out Class to, Class from)
Try to safely down-cast base class to child class.