Explode: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(New page: '''Explode''' (void) ==Usage== Spawns a blast radius at the object's location 128 units in radius, with maximum damage of 128, decreasing linearly with distance from the blast point. If th...)
 
No edit summary
 
Line 3: Line 3:
Spawns a blast radius at the object's location 128 units in radius, with maximum damage of 128, decreasing linearly with distance from the blast point. If the blast radius is 128 units or closer to the floor, a TerrainTypes hit will occur.
Spawns a blast radius at the object's location 128 units in radius, with maximum damage of 128, decreasing linearly with distance from the blast point. If the blast radius is 128 units or closer to the floor, a TerrainTypes hit will occur.


[[PlayerThunk|Thunk]]: Yes.
[[category:Codepointers]]
[[category:Codepointers]]

Latest revision as of 14:40, 4 March 2012

Explode (void)

Usage[edit]

Spawns a blast radius at the object's location 128 units in radius, with maximum damage of 128, decreasing linearly with distance from the blast point. If the blast radius is 128 units or closer to the floor, a TerrainTypes hit will occur.