Skip to content

Spawner

Vicious Squid edited this page Jun 11, 2026 · 17 revisions
Camera LogicSpawner

This is an entity that can create other entities (even itself!)

Demonstrated in example map: maps/Spawner_Test.json


Target this entity with a trigger or call it via the I/O system


Spawn Type: - What to spawn

Target Node: (optional) - Where to spawn it (PathNode)

Max Spawn: - Maximum number of times to spawn (0 = unlimited)

If a Target Node is not specified then the position of the Spawner will be used

Inputs

Input Description
Spawn Spawn one entity
Enable Allow spawning
Disable Prevent spawning
SetTargetNode Set spawn location to PathNode [string]

Outputs

Output Description
OnSpawn Fired each time an entity is spawned
OnMaxReached Fired when the max_spawn limit is hit

Clone this wiki locally