speed

From Bohemia Interactive Community
Revision as of 11:54, 23 April 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


speed obj


Operand types:

obj: Object

Type of returned value:

Number

Description:

Object speed (in km/h).


Example:

? (speed truck1) >= 100 : hint "You're going too fast!"