A_LightGoesOut

From ZDoom Wiki
Revision as of 16:46, 6 May 2012 by Blzut3 (talk | contribs) (Created page with "{{codepointer|r=Strife}} '''A_LightGoesOut'''<br> (''no parameter'')<br> Sets the lighting of the containing sector to 0 and instantly lowers the floor to the lowest adjacent...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A_LightGoesOut
(no parameter)

Sets the lighting of the containing sector to 0 and instantly lowers the floor to the lowest adjacent sector. Finally, it spawns 8 Rubble1 actors. The rubble will have a random x velocity in the range of -7-22, a y velocity of 0-7, and a z velocity of 7-10.

This codepointer is restricted to PowerCrystal and derived classes.