Template:O Weapon: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (-onnpcpickup)
No edit summary
Line 1: Line 1:
'''OnPlayerUse'''
'''OnPlayerUse'''
: Fires when the player +uses this weapon.
: Fires when the player +uses this weapon. Use !activator to target the player.


*'''OnPlayerPickup'''
*'''OnPlayerPickup'''
: Fires when the player picks up this weapon.
: Fires when a player picks up this weapon. Use !activator to target the player.

Revision as of 18:28, 16 April 2006

OnPlayerUse

Fires when the player +uses this weapon. Use !activator to target the player.
  • OnPlayerPickup
Fires when a player picks up this weapon. Use !activator to target the player.