Rocket turret projectile: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 3: | Line 3: | ||
==Entity Info== | ==Entity Info== | ||
This is the rocket entity that [[npc_rocket_turret]] shoots. | This is the rocket entity that [[npc_rocket_turret]] shoots. | ||
== | ==Keyvalues== | ||
{{KV BaseEntity}} | {{KV BaseEntity}} | ||
{{KV RenderFields}} | {{KV RenderFields}} |
Revision as of 14:25, 19 September 2019
Entity Info
This is the rocket entity that npc_rocket_turret shoots.
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.