Rocket turret projectile: Difference between revisions
Jump to navigation
Jump to search
Note:Content moved to Rendering and studio model related KIO/Keyvalues for continuation of page history
(placing this directly in maps is not really recommended anymore) |
m (Updated old entity format to {{this is a}}. This action was perfomed by a bot.) |
||
| Line 1: | Line 1: | ||
{{ent not in fgd|nolink=1|because=it is fired automatically by rocket turrets and can only be configured through code}} | {{ent not in fgd|nolink=1|because=it is fired automatically by rocket turrets and can only be configured through code}} | ||
<br> | <br> | ||
{{ | {{this is a|name=rocket_turret_projectile|series=Portal|e0}} It is the rocket fired by [[npc_rocket_turret]]. | ||
==Keyvalues== | ==Keyvalues== | ||
Revision as of 11:59, 4 January 2024
rocket_turret_projectile is an e0 available in
Portal series. It is the rocket fired by npc_rocket_turret.
Keyvalues
RenderFields:
- Render Mode (rendermode) <byte choices>
- Set a non-standard rendering mode on this entity.
Render Modes
- Render FX (renderfx) <byte choices>
- Various somewhat legacy alpha effects. See render effects.
- Render Amount / Transparency (renderamt) <byte>
- Transparency amount, requires a Render Mode other than Normal. 0 is invisible, 255 is fully visible.
- Render Color (R G B) (rendercolor) <color255>
- Color tint.
Inputs
RenderFields:
- Alpha <integer 0–255>
- Sets the entity's transparency to a number from 0 (invisible) to 255 (fully visible). Requires the entity to have its
rendermodeset to a number other than0.
- Color <color255>
- Sets an RGB color for the entity.