18 proto external owned
string GetContextName();
22 proto external owned
string GetName();
25 proto external
int GetActionsList(out notnull array<BaseUserAction> outActions);
27 proto external
int GetActionsCount();
30 proto external
bool GetTransformationModel(out vector outMat[4]);
33 proto external
bool GetTransformationWorld(out vector outMat[4]);
35 proto external
bool IsOmnidirectional();
37 proto external
float GetRadius();
39 proto external
float GetHeight();
41 proto external
bool IsCapsule();
43 proto external vector GetOrigin();
49 proto external
bool IsInVisibilityAngle(vector
position);
51 proto external
UIInfo GetUIInfo();