Env explosion: Difference between revisions
Jump to navigation
Jump to search
(raw; needs cleanup) |
Hurricaaane (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{cleanup}} | {{cleanup}} | ||
env_explosion | {{wrongtitle|title=env_explosion}} | ||
==Entity Description== | |||
An entity that creates an explosion at its origin. | An entity that creates an explosion at its origin. | ||
==Keyvalues== | |||
* {{kv targetname}} | |||
*{{kv parentname}} | |||
* '''iMagnitude''' | |||
: <integer> The amount of damage done by the explosion. | |||
* '''iRadiusOverride''' | |||
: <integer> If specified, the radius in which the explosion damages entities. If unspecified, the radius will be based on the magnitude. | |||
* '''fireballsprite''' | |||
: <sprite> | |||
*{{kv rendermode}} | |||
Render Mode rendermode <choices> | Render Mode rendermode <choices> | ||
Line 21: | Line 26: | ||
==Inputs== | |||
* {{i targetname}} | |||
* {{i parentname}} | |||
* '''Explode''' | |||
: Triggers the explosion. | |||
==Outputs== | |||
* {{o targetname}} | |||
[[Category:Entities]] | |||
Revision as of 01:49, 30 October 2005

This article or section needs to be cleaned up to conform to a higher standard of quality.
For help, see the VDC Editing Help and Wikipedia cleanup process. Also, remember to check for any notes left by the tagger at this article's talk page.
For help, see the VDC Editing Help and Wikipedia cleanup process. Also, remember to check for any notes left by the tagger at this article's talk page.
Entity Description
An entity that creates an explosion at its origin.
Keyvalues
- iMagnitude
- <integer> The amount of damage done by the explosion.
- iRadiusOverride
- <integer> If specified, the radius in which the explosion damages entities. If unspecified, the radius will be based on the magnitude.
- fireballsprite
- <sprite>
Render Mode rendermode <choices>
spawnflags spawnflags <flags>
Inputs
- Explode
- Triggers the explosion.