Skip to content
davido262 edited this page Nov 5, 2012 · 5 revisions

Commands are instructions that can be executed by any object inherited from CommandObject

A command is simply a string with the following format:

object-name command arguments

For instance, assuming there is an entity called player we could say: player set-position-abs 10 0 0.5 and it would set its position to the point XYZ (10, 0, 0.5).

For a complete list of the available commands check the List of Commands.

Clone this wiki locally