SpawnAbove

From Eternity Wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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