/tg/ Station 13 - Modules - TypesVar Details - Proc Details

lazy_template

Datum used to designate certain areas that do not need to exist nor be loaded at world start but do want to be loaded under certain circumstances. Use this for stuff like the nukie base or wizden, aka stuff that only matters when their antag is rolled.

Vars

reservationsIf this is true each load will increment an index keyed to the type and it will load [map_name]_[index]

Procs

lazy_loadDoes the grunt work of loading the template.

Var Details

reservations

If this is true each load will increment an index keyed to the type and it will load [map_name]_[index]

Proc Details

lazy_load

Does the grunt work of loading the template.