DIFF

class ActionManagerGAME_TEMPLATESource

InputManager ActionManager

Constructors 1

void ActionManager(ActionManager parent)GAME_TEMPLATE

Methods 12

proto native external bool RegisterAction(string actionName)GAME_TEMPLATE
proto native external bool RegisterContext(string contextName)GAME_TEMPLATE
proto native external float LocalValue(string actionName)GAME_TEMPLATE
proto native external bool GetActionTriggered(string actionName)GAME_TEMPLATE
proto native external bool ActivateAction(string actionName, int duration = 0)GAME_TEMPLATE
proto native external bool IsActionActive(string actionName)GAME_TEMPLATE
proto native external bool ActivateContext(string contextName, int duration = 0)GAME_TEMPLATE
proto native external bool IsContextActive(string contextName)GAME_TEMPLATE
proto external void AddActionListener(string actionName, InputTrigger trigger, func callback)GAME_TEMPLATE
proto native external void SetContextDebug(string contextName, bool bDebug)GAME_TEMPLATE
proto native void SetParent(ActionManager parent)GAME_TEMPLATE
proto native void SetDebug(bool bDebug)GAME_TEMPLATE