dispense 
Vars | |
| max_objects | Max objects that can exist at once |
|---|---|
| next_object_position | The position of the next object to spawn in spawned_objects_weakrefs |
| object_to_spawn | Typepath of object to spawn |
| possible_objects | Weighted list of objects we could spawn |
| spawned_objects_weakrefs | List of softrefs of the objects we spawned. Exists only to prevent game-crashing object spam |
Var Details
max_objects 
Max objects that can exist at once
next_object_position 
The position of the next object to spawn in spawned_objects_weakrefs
object_to_spawn 
Typepath of object to spawn
possible_objects 
Weighted list of objects we could spawn
spawned_objects_weakrefs 
List of softrefs of the objects we spawned. Exists only to prevent game-crashing object spam