You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 absolute position to the point XYZ (10, 0, 0.5).
For a complete list of the available commands check the List of Commands.