Drag[en]gine Script Module DragonScript  1.23
Dragengine.Commands.CommandsBAAVRMenuInput Class Reference

Commands for player controlled BaseActor with BAAVRMenuInput action. More...

Inheritance diagram for Dragengine.Commands.CommandsBAAVRMenuInput:

Classes

class  MenuAction
 Base class operating only on actors with BAAVRMenuInput action. More...
 

Static Public Member Functions

static void addCommands (CommandManager commands, ECBehaviorPlayerControllable.Tracker tracker)
 Add commands to command manager. More...
 
static void addDefaultBindings (DefaultBindingHelper helper)
 Add default bindings for commands. More...
 

Detailed Description

Commands for player controlled BaseActor with BAAVRMenuInput action.

Version
1.12

Contains various commands as sub classes. A static helper method adds instances of each command to the command manager of a BaseGameApp.

Member Function Documentation

◆ addCommands()

static void Dragengine.Commands.CommandsBAAVRMenuInput.addCommands ( CommandManager  commands,
ECBehaviorPlayerControllable.Tracker  tracker 
)
static

Add commands to command manager.

Adds these commands:

  • menuRight: Right hand menu
  • menuLeft: Left hand menu

◆ addDefaultBindings()

static void Dragengine.Commands.CommandsBAAVRMenuInput.addDefaultBindings ( DefaultBindingHelper  helper)
static

Add default bindings for commands.

Adds bindings for these commands if present in binding manager:

  • "menuRight"
  • "menuLeft"

The documentation for this class was generated from the following file: