SpawnAbove

From Eternity Wiki
(Redirected from Spawnabove)
Jump to navigationJump to search

Description

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

Usage

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

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)

Examples

No examples given.

Notes

Compared to SpawnEx, this special lets you change the spawning frame of the new thing.

See also