Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
UserActionContext.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
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
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
GetOrigin
vector GetOrigin()
Definition
SCR_AIUtilityComponent.c:471
GetHeight
float GetHeight()
Definition
SCR_BaseAreaMeshComponent.c:61
GetRadius
float GetRadius()
Definition
SCR_CampaignBuildingAreaMeshComponent.c:21
position
vector position
Definition
SCR_DestructibleTreeV2.c:30
index
SCR_DestructionSynchronizationComponentClass ScriptComponentClass int index
Definition
SCR_DestructionSynchronizationComponent.c:17
GetUIInfo
SCR_UIInfo GetUIInfo()
Definition
SCR_EditableEntityCampaignBuildingModeLabelSetting.c:27
GetName
string GetName()
Definition
SCR_NotificationSenderComponent.c:15
BaseUserAction
Definition
BaseUserAction.c:13
ScriptAndConfig
Definition
Types.c:124
UIInfo
UIInfo - allows to define UI elements.
Definition
UIInfo.c:14
UserActionContext
Definition
UserActionContext.c:16
vector
Definition
vector.c:13
GetVisibilityRange
proto external float GetVisibilityRange()
Returns the global actions visibility range value defined by attribute in this component.
scripts
Game
generated
UserAction
UserActionContext.c
Generated by
1.17.0