Difference between revisions of "Command"

From WikiManual
Jump to: navigation, search
m
 
m
Line 1: Line 1:
A command is a region of memory, specifically a system variable ([[sysvar]]), that causes a bot to perform an action.
+
A command is a region of memory adressed in [[Robot DNA]].
  
Command can also refer to the DNA language elements that perform basic actions on the stack, such as [[add]].
+
It can be a [[Sysvar]] (system variable) that causes a bot to perform an action like [[.up]] and [[.repro]] or an [[Operator]] that perform basic actions on the stack, such as [[add]] and [[store]].
 
 
=== Sysvars ===
 
* [[Movement]]
 
* [[.aimdx]]
 
* [[Shooting]]
 
* [[Reproducing]]
 

Revision as of 17:17, 31 January 2006

A command is a region of memory adressed in Robot DNA.

It can be a Sysvar (system variable) that causes a bot to perform an action like .up and .repro or an Operator that perform basic actions on the stack, such as add and store.