Template:O BaseTank

From Valve Developer Community
Revision as of 20:58, 18 October 2005 by Maven (talk | contribs) (bot-assisted)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:O targetname

  • OnFire
Fires when the tank fires its bullets
  • OnAquireTarget
Fires when target is newly in range and can be shot
  • OnLoseTarget
Fires when when target goes out of range
  • OnAmmoDepleted
Fires when tank runs out of ammo
  • OnGotController
Fires when an NPC starts to control this tank. Players do NOT fire this input.
  • OnLostController
Fires when the NPC controller of the tank stops controlling it. Players do NOT fire this input.
  • OnGotPlayerController
Fires when a Player starts to control this tank. NPCs do NOT fire this input.
  • OnLostPlayerController
Fires when the Player controller of the tank stops controlling it. NPCs do NOT fire this input.
  • OnReadyToFire
Fires once when the tank is done waiting to fire between rounds