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

Look up. More...

Inheritance diagram for Dragengine.Commands.CommandsBAAMovement.LookUp:
Dragengine.Commands.CommandsBAAMovement.Base Dragengine.Commands.Command

Public Member Functions

LookUp new (ECBehaviorPlayerControllable.Tracker tracker)
 
LookUp new (ECBehaviorPlayerControllable.Tracker tracker, String name)
 
void start (BAAMovement action)
 Start command on action. More...
 
void stop (BAAMovement action)
 Start command on action. More...
 
- Public Member Functions inherited from Dragengine.Commands.CommandsBAAMovement.Base
void analogAbsolute (BAAMovement action, float value)
 Absolute input device axis position changed. More...
 
void analogAbsolute (float value)
 Absolute input device axis position changed. More...
 
void analogRelative (BAAMovement action, float value)
 Relative input device axis position changed. More...
 
void analogRelative (float value)
 Relative input device axis position changed. More...
 
Base new (ECBehaviorPlayerControllable.Tracker tracker, String name, String description)
 
void start ()
 Input device key or button has been pressed. More...
 
void stop ()
 Input device key or button has been released. More...
 
- Public Member Functions inherited from Dragengine.Commands.Command
String getDescription ()
 Description. More...
 
String getDisplayName ()
 Display name or null. More...
 
String getName ()
 Unique name. More...
 
String getTranslateDescription ()
 Translation description or null. More...
 
String getTranslateDisplayName ()
 Translation display name or null. More...
 
Command new ()
 Create command. More...
 
Command new (String name, String description)
 Create command. More...
 
void pulse ()
 Convenience method calling start() and stop() in succession. More...
 
void setDescription (String description)
 Set description. More...
 
void setDisplayName (String displayName)
 Set display name or null. More...
 
void setName (String name)
 Set unique name of the command. More...
 
void setTranslateDescription (String translateName)
 Set translate description or null. More...
 
void setTranslateDisplayName (String translateName)
 Set translate display name or null. More...
 
void touch ()
 Input device button has been touched. More...
 
String translateDescription ()
 Translated command description using default TranslationManager. More...
 
String translateDescription (TranslationManager translationManager)
 Translated command description. More...
 
String translateDisplayName ()
 Translated display name using default TranslationManager. More...
 
String translateDisplayName (TranslationManager translationManager)
 Translated display name. More...
 
void untouch ()
 Input device button has been untouched. More...
 

Additional Inherited Members

- Public Attributes inherited from Dragengine.Commands.CommandsBAAMovement.Base
ECBehaviorPlayerControllable.Tracker pTracker
 
- Protected Member Functions inherited from Dragengine.Commands.CommandsBAAMovement.Base
BAAMovement getMovement ()
 
ECBehaviorPlayerControllable.Tracker getTracker ()
 

Detailed Description

Look up.

Member Function Documentation

◆ new() [1/2]

LookUp Dragengine.Commands.CommandsBAAMovement.LookUp.new ( ECBehaviorPlayerControllable.Tracker  tracker)

◆ new() [2/2]

LookUp Dragengine.Commands.CommandsBAAMovement.LookUp.new ( ECBehaviorPlayerControllable.Tracker  tracker,
String  name 
)

◆ start()

void Dragengine.Commands.CommandsBAAMovement.LookUp.start ( BAAMovement  action)

Start command on action.

Reimplemented from Dragengine.Commands.CommandsBAAMovement.Base.

◆ stop()

void Dragengine.Commands.CommandsBAAMovement.LookUp.stop ( BAAMovement  action)

Start command on action.

Reimplemented from Dragengine.Commands.CommandsBAAMovement.Base.


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