Weapon rocketlauncher (GoldSrc): Difference between revisions
Jump to navigation
Jump to search
Warning:
No edit summary |
m (Updated old entity format to {{this is a}}. This action was perfomed by a bot.) |
||
| Line 1: | Line 1: | ||
{{ | {{this is a|point|<!--sprite=1-->|name=weapon_Rocketlauncher|engine=gldsrc|game=Deathmatch Classic}} This entity is used to create the Rocket Launcher Weapon. | ||
==Key Values== | ==Key Values== | ||
Revision as of 12:21, 4 January 2024
weapon_Rocketlauncher is a point available in
Deathmatch Classic.
- The
{{{engine}}}parameter is inconsistent with the name defined by the {{gldsrc}} template. This can most likely be fixed by setting the value of the{{{engine}}}parameter toGoldSrc.
If a parameter is consistent but you're still seeing this warning, it may be an issue with the template itself. Please discuss it on the template's talk page.
This entity is used to create the Rocket Launcher Weapon.
Key Values
- Name (targetname) <string>
- The targetname that other entities refer to this entity by, usually via the target, killtarget, and TriggerTarget KVs.
- Pitch Yaw Roll (Y Z X) (angles) <QAngle>
- This entity's orientation in the world. Pitch is rotation around the Y axis, yaw is the rotation around the Z axis, roll is the rotation around the X axis.
Flags
- Not In Deathmatch : [2048]
- Prevent this entity from attempting to spawn when
deathmatch(multiplayer) is enabled.