Weapon rpg: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(format / cleanup)
No edit summary
Line 3: Line 3:
==Entity Description==
==Entity Description==


[[Image:hammerrpg.jpg]]
[[Image:hammerrpg.jpg|frame|right|RPG<br>(Rocket Propelled Grenade)]]


The weapon_rpg entity can be used to place a rocket propelled grenade launcher in a map. This rocket launcher can be picked up and used as a weapon. When picked up, the player is given 3 rockets and the launcher if they do not already possess one. Additional rockets (up to 3 in total) can be picked up. Individual rockets can be placed in a map with the [[item_rpg_round]] entity.
The weapon_rpg entity can be used to place a rocket propelled grenade launcher in a map. This rocket launcher can be picked up and used as a weapon. When picked up, the player is given 3 rockets and the launcher if they do not already possess one. Additional rockets (up to 3 in total) can be picked up. Individual rockets can be placed in a map with the [[item_rpg_round]] entity.


==Entity Values==
{{basicweapon}}
 
===Keyvalues===
 
*{{kv targetname}}
 
*{{kv_angles}}
 
===Flags===
 
*'''Start Constrained'''
:Prevents the model from moving. Off by default.
 
===Inputs===
 
* {{i targetname}}
 
===Outputs===
 
* {{o targetname}}
 
* {{o_weapon}}
 


[[Category:Entities]]
[[Category:Entities]]

Revision as of 19:41, 12 July 2005

Template:Wrongtitle

Entity Description

RPG
(Rocket Propelled Grenade)

The weapon_rpg entity can be used to place a rocket propelled grenade launcher in a map. This rocket launcher can be picked up and used as a weapon. When picked up, the player is given 3 rockets and the launcher if they do not already possess one. Additional rockets (up to 3 in total) can be picked up. Individual rockets can be placed in a map with the item_rpg_round entity.

Template:Basicweapon