SpawnAbove: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(New page: '''SpawnAbove''' (string ''type'', string ''frametransfer'' [, int ''height''])<br> ==Usage== SpawnAbove is a special spawning function to spawn an object above the source object. ===Pa...)
(No difference)

Revision as of 18:48, 21 April 2009

SpawnAbove (string type, string frametransfer [, int height])

Usage

SpawnAbove is a special spawning function to spawn an object above the source object.

Parameters

  • type: The thing type to spawn.
  • frametransfer: Name or dehackednum of a frame to transfer the spawned object to. Negative values indicate no frame transfer. (Default of 0 = frame 0)
  • height: Integer amount to add to the spawned object's height above the spawner. (Default of 0 = 0 units)