Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
UserActionContext.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
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 BaseUserAction GetAction(int index);
29 proto external int GetActionsCount();
32 proto external bool GetTransformationModel(out vector outMat[4]);
35 proto external bool GetTransformationWorld(out vector outMat[4]);
37 proto external bool IsOmnidirectional();
39 proto external float GetRadius();
41 proto external float GetHeight();
43 proto external bool IsCapsule();
45 proto external vector GetOrigin();
47 proto external bool ShouldCheckLineOfSight();
49 proto external bool ShouldDisplayAtReferencePoint();
51 proto external float GetVisibilityRange(float globalRange);
57 proto external bool IsInVisibilityAngle(vector position);
59 proto external UIInfo GetUIInfo();
60}
61
vector GetOrigin()
float GetHeight()
vector position
SCR_DestructionSynchronizationComponentClass ScriptComponentClass int index
UIInfo - allows to define UI elements.
Definition UIInfo.c:14
proto external float GetVisibilityRange()
Returns the global actions visibility range value defined by attribute in this component.