canFire: Difference between revisions

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

Revision as of 21:00, 1 June 2006


canFire vehicle


Operand types:

vehicle: Object

Type of returned value:

Boolean

Description:

Check if given vehicle is able to fire.

Does not check for ammo, only for damage.


Example:

? canFire (vehicle player) : goto "target"