/tg/ Station 13 - Modules - TypesVar Details

dispense

Vars

max_objectsMax objects that can exist at once
next_object_positionThe position of the next object to spawn in spawned_objects_weakrefs
object_to_spawnTypepath of object to spawn
possible_objectsWeighted list of objects we could spawn
spawned_objects_weakrefsList 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