Space Station 13 - Nebula13 - Modules - TypesVar Details - Proc Details

planetoid

Base map template for planetoids, which need to instantiate a planetoid data object early during template spawn. Can be used to load a planetoid from a map file.

Vars

planetoid_data_typeThe type of planetoid data to instantiate for this planetoid. We'll use it as blueprint for the planet.

Procs

create_planetoid_instanceReturns a new instance of a datum used for containing runtime info on the planet generated by this template.
setup_planet_overmapCall after map is fully generated. Setup the overmap obj to match the planet we just generated.

Var Details

planetoid_data_type

The type of planetoid data to instantiate for this planetoid. We'll use it as blueprint for the planet.

Proc Details

create_planetoid_instance

Returns a new instance of a datum used for containing runtime info on the planet generated by this template.

setup_planet_overmap

Call after map is fully generated. Setup the overmap obj to match the planet we just generated.