Spawnable

From PMDOWiki
Revision as of 16:15, 20 August 2025 by Imbion (talk | contribs) (Created page with "A '''spawnable''' is any type of object that can be spawned through generic spawn methods. They are known in the engine's code as '''map items'''. == Usage == Any method that can spawn a spawnable is capable of spawning all spawnables. The objects that are considered spawnables are effect tiles, items, entrances, exits, and money. Category:PMDO Technical")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A spawnable is any type of object that can be spawned through generic spawn methods. They are known in the engine's code as map items.

Usage

Any method that can spawn a spawnable is capable of spawning all spawnables. The objects that are considered spawnables are effect tiles, items, entrances, exits, and money.