Physics cannister: Difference between revisions
Jump to navigation
Jump to search
Note: The model should have a
TeamSpen210 (talk | contribs) (Mention the attachment point needed for the model.) |
Gatelych83 (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{base point|physics_cannister}} It is a physically simulated gas cannister that can have its cap shot off, at which point gas will start escaping and cause the cannister to fly around. If it takes enough damage, it will explode. | {{base point|physics_cannister}} It is a physically simulated gas cannister that can have its cap shot off, at which point gas will start escaping and cause the cannister to fly around. If it takes enough damage, it will explode. | ||
{{ | {{code class|CPhysicsCannister|physics_cannister.cpp}} | ||
== Keyvalues == | == Keyvalues == |
Revision as of 13:51, 9 December 2021
Template:Base point It is a physically simulated gas cannister that can have its cap shot off, at which point gas will start escaping and cause the cannister to fly around. If it takes enough damage, it will explode.
Keyvalues
- World model ([todo internal name (i)]) <model path>
- The canister model.

nozzle
attachment point, which is where gas will escape and thrust will be produced from.- Explosion Damage ([todo internal name (i)]) <string>
- The amount of damage done by the explosion created when the cannister blows up.
- Explosion Radius ([todo internal name (i)]) <string>
- The radius of the explosion to create when the cannister blows up.
- Health ([todo internal name (i)]) <integer>
- The amount of damage the cannister takes before exploding.
- Thrust ([todo internal name (i)]) <string>
- When the cap has been blown off, and the escaping gas is thrusting the cannister about, this is the amount of thrust generated.
- Fuel Seconds ([todo internal name (i)]) <string>
- The amount of time that gas leaks from the cannister before being considered empty.
- Thruster Sound ([todo internal name (i)]) <sound>
- The sound played when the gas is escaping from the cannister.
- 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
- 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
- 1 : Start Asleep
- 2 : Explodes
Inputs
- Activate <string >
- Start gas escaping from the cannister.
- Deactivate <string >
- Stop gas escaping from the cannister.
- Explode <string >
- Force the cannister to explode.
- Wake
- Wakes up the cannister, if it is sleeping.
Outputs
- OnActivate
- Fired when gas starts to escape from the cannister.
- OnAwakened
- Fired when this entity becomes awake (collision/force is applied).