Changes between Version 6 and Version 7 of fw


Ignore:
Timestamp:
Jun 22, 2011 1:01:43 PM (13 years ago)
Author:
jpawlick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • fw

    v6 v7  
    11This command tells the agent to fire its weapon until the next AI frame. It fires the weapon exactly in the direction it is looking. Issuing two fw commands in a single AI frame results in the weapon only being shot once, because fw reports as soon as it is done scheduling the firing. This design is implemented so that firing does not interfere with other actions such as movement. To queue up successive fire commands, interleave [[fw]] commands with other commands ([[sk]] is provided for this reason).
     2
     3You are not guaranteed any particular relationship between shots fired and number of [[fw]] commands issued, because how many shots are fired per frame depends on your framerate.
    24
    35'''Parameters:'''