{{javascript}}Spawner
This attribute stores the maximum number of agents that can be spawned by this spawner. No limit, if set to -1. constraintsTimeStart is the starting time of a spawner after which agents can be spawned. constraintsTimeEnd is the ending time of a spawner after which agents will not be spawned anymore. Use eventPositionRandom to allow agents be spawned only on random positions. Use eventPositionGridCA to allow agents be spawned only on grid positions. Use eventPositionFreeSpace to allow agents be spawned only on free space. eventElementCount is the number of agents that are queued for s pawning for a single spawn event.