doFire
Jump to navigation
Jump to search
unit doFire target
Operand types:
target: Object
Type of returned value:
Description:
Orders unit to commence fire on given target (silently).
If target is objNull, the unit is ordered to commence firing on its current target (set using doTarget or commandTarget).
Example:
soldierOne doFire objNull
Comments:
It is often helpful to use doTarget first.