Env rock launcher: Difference between revisions
Jump to navigation
Jump to search
m (Updated old entity format to {{this is a}}. This action was perfomed by a bot.) |
Thunder4ik (talk | contribs) m (→See also: Unicodifying, replaced: See Also → See also) |
||
Line 11: | Line 11: | ||
{{IO|SetTarget|Target a new entity (by name)|param=string}} | {{IO|SetTarget|Target a new entity (by name)|param=string}} | ||
== See | == See also == | ||
* [[tank_rock]] | * [[tank_rock]] |
Revision as of 09:24, 8 January 2024
![]() |
---|
CEnvRockLauncher |
env_rock_launcher
is an e0 available in Left 4 Dead series. This entity spawns and launches rocks that are typically spawned by the Tank in the Left 4 Dead Series. It is useful for cutscenes or other scripted events.
Keyvalues
- Target Name (RockTargetName) <targetname>
- The name of the entity to throw the rock at.
- Rock Damage Override (RockDamageOverride) <integer>
- damage to be used instead of the the default rock damage.
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
Inputs
- LaunchRock
- Launch a rock
- SetTarget <string >
- Target a new entity (by name)