SpawnAbove

From Eternity Wiki
Revision as of 18:48, 21 April 2009 by Esselfortium (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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)