speed: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Number]] <nowiki>=</nowiki> '''speed''' [[Object#Unit|Unit]] |= Syntax
| [[Number]] <nowiki>=</nowiki> '''speed''' object |= Syntax


|p1= [[Object#Unit|Unit]] |= Parameter 1
|p1= object: [[Object]] |= Parameter 1


| [[Number]] |= Return value
| [[Number]] |= Return value

Revision as of 01:20, 26 January 2009

Hover & click on the images for description

Description

Description:
Object speed (in km/h).
Groups:
Uncategorised

Syntax

Syntax:
Number = speed object
Parameters:
object: Object
Return Value:
Number

Examples

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

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section