Npc grenade frag: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(well here it is ...)
 
Line 1: Line 1:
== Entity description ==
== Entity description ==
[[npc_grenade_frag]] is the entity that represents an active ([[weapon_frag]]) grenade (thrown by a player or NPC) in-game.
[[npc_grenade_frag]] is the entity that represents an active grenade ([[weapon_frag]] thrown by a player or NPC) in-game.


== Dedicated Console Variables ==
== Dedicated Console Variables ==

Revision as of 19:19, 6 April 2008

Entity description

npc_grenade_frag is the entity that represents an active grenade (weapon_frag thrown by a player or NPC) in-game.

Dedicated Console Variables

Todo: none?

Keyvalues

Flags

Inputs

  • SetTimer <float>
This input makes the grenade live, and specifies how many seconds before it explodes.

Outputs

See Also