Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
ActionManager.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13sealed class ActionManager
14{
15 private void ActionManager();
16 private void ~ActionManager();
17
19 proto external void SetDebug(int debugMode);
20 proto external bool ActivateContext(string contextName, int duration = 0);
21 proto external bool IsContextActive(string contextName);
22 proto external void SetContextDebug(string contextName, bool bDebug);
23 proto external bool ActivateAction(string actionName, int duration = 0);
24 proto external bool IsActionActive(string actionName);
26 proto external float GetActionValue(string actionName);
28 proto external EActionValueType GetActionInputType(string actionName);
30 proto external bool GetActionTriggered(string actionName);
31 proto external void SetActionValue(string actionName, float value);
32 proto external int GetActionCount();
33 proto external string GetActionName(int actionIndex);
34 proto external void AddActionListener(string actionName, EActionTrigger trigger, ActionListenerCallback callback);
35 proto external bool RemoveActionListener(string actionName, EActionTrigger trigger, ActionListenerCallback callback);
36}
37
void ActivateAction()
Action listener callback.
string GetActionName()
EActionTrigger
enum EActionValueType ActionListenerCallback
EActionValueType
Definition inputManager.c:6