Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
BaseActionsManagerComponent.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13{
16 proto external UserActionContext GetContext(string contextName);
19 proto external int GetActionsList(out notnull array<BaseUserAction> outActions);
21 proto external int GetActionsCount();
24 proto external int GetContextList(out notnull array<UserActionContext> outContexts);
26 proto external int GetContextCount();
28 proto external BaseUserAction GetFirstAction();
30 proto external BaseUserAction FindAction(int actionID);
38 proto external bool IsEnabled();
40 proto bool AddUserActionEventListener(ScriptedUserAction action, UserActionEventListener listener);
42 proto void RemoveUserActionEventListener(ScriptedUserAction action, UserActionEventListener listener);
43
44 // callbacks
45
46 event protected string NicifyGeneratedContextName(string name) { return name; };
47}
48
func UserActionEventListener
int IsEnabled()
Returns true if the light is enabled.