canMove: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|C]]
[[Category:Scripting Commands|CANMOVE]]
[[Category:Scripting Commands OFP 1.97|C]]
[[Category:Scripting Commands OFP 1.97|CANMOVE]]
[[Category:Scripting Commands OFP 1.46|C]]
[[Category:Scripting Commands OFP 1.46|CANMOVE]]
[[Category:Scripting Commands ArmA|C]]
[[Category:Scripting Commands ArmA|CANMOVE]]





Revision as of 14:31, 4 May 2006


canMove vehicle


Operand types:

vehicle: Object

Type of returned value:

Boolean

Description:

Check if given vehicle is able to move.

Does not test for fuel, only damage status is checked.


Example:

? canMove (vehicle player) : goto "nexttarget"