byond - Modules - TypesVar Details - Proc Details

vendor_bundle

Spawns a set of objects from specified typepaths. For vendors to spawn multiple items while only needing one path.

Vars

gear_to_spawnThe set of typepaths to spawn
spawned_gearRecords the gear objects that have been spawned, so vendors can see what they just vended

Procs

InitializeSpawns the gear from this vendor_bundle. Deletes itself after spawning gear; can be disabled to check what has been spawned (must then delete the bundle yourself)

Var Details

gear_to_spawn

The set of typepaths to spawn

spawned_gear

Records the gear objects that have been spawned, so vendors can see what they just vended

Proc Details

Initialize

Spawns the gear from this vendor_bundle. Deletes itself after spawning gear; can be disabled to check what has been spawned (must then delete the bundle yourself)