Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
UserActionContext.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
15 class UserActionContext: ScriptAndConfig
16 {
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();
52 }
53 
UIInfo
UIInfo - declare object, allows to define UI elements.
Definition: UIInfo.c:13
position
vector position
Definition: SCR_DestructibleTreeV2.c:30
UserActionContext
Definition: UserActionContext.c:15