Mushroom: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(cat)
No edit summary
Line 14: Line 14:
''Back to [[List of codepointers]]''
''Back to [[List of codepointers]]''
[[Category:Codepointers]]
[[Category:Codepointers]]
[[Category:MBF codepointers]]

Revision as of 06:43, 31 March 2012

Type: Miscellaneous, parameterized

Parameter Information:

  • Unknown 1 = Fixed-point launch angle factor (default of 0 = 4 units)
  • Unknown 2 = Fixed-point missile momentum factor (default of 0 = 1/2 unit)
  • Args1 = DeHackEd number of thing type to spawn (default of 0 = MancubusShot)

Purpose: Causes a mushroom cloud effect. The object will first call the Explode codepointer for primary blast radius damage. Then, a number of MancubusShot projectiles proportional to the object's missile damage field will be launched into the air in a circular pattern, using the angle and speed parameters provided in the current frame. This codepointer is new to MBF.

Notes: The Args1 parameter is new to Eternity Engine v3.31 beta 4. It allows the thing type fired to be overridden. If this parameter is not provided, the default MancubusShot will be used.

Thunk: Yes.

Back to List of codepointers