Space Station 13 - Modules - TypesVar Details - Proc Details

supply_packs

Vars

accessIf the container is lockable, the access to require for it.
amountThe number of crates that get generated by this pack.
announce_beaconsParticular beacons that we'll notify the relevant department when we reach
cmag_hiddenIf TRUE, this pack is only visible on a cmagged supply console.
containernameThe name to give the container itself.
containertypeThe type of container that the contents will arrive in.
containsOBJ: What is inside the crate
contains_specialSTRING: What is inside the crate
contrabandIf TRUE, this pack is only visible on a hacked supply console.
costThe cost of this pack.
department_restrictionsDetermines which departments do not need QM approval to order this supply pack
groupThe pack group this should appear in.
hiddenIf TRUE, this pack is only visible on an emagged supply console.
manifestThe manifest contents for this order.
nameThe name of this supply pack.
order_typePath of the type of order that should be generated from this order
singletonIf true, this pack can only be ordered in units of 1.
singleton_group_idIdentifier indicating the specific "set" of singletons that this belongs to. Only one item in this set can be in the shopping cart at once.
specialA special pack that should not appear unless certain circumstances are fulfilled (event, station goals, admin packs)
special_enabledIf this pack is special, whether it should be visible or not.
ui_manifestList of names for being done in TGUI

Procs

can_orderDefine a special condition as to whether or not this crate can currently be ordered.
create_orderCreate a supply order for this pack.
on_order_confirmCalled right when an order for this pack is confirmed.

Var Details

access

If the container is lockable, the access to require for it.

amount

The number of crates that get generated by this pack.

announce_beacons

Particular beacons that we'll notify the relevant department when we reach

cmag_hidden

If TRUE, this pack is only visible on a cmagged supply console.

containername

The name to give the container itself.

containertype

The type of container that the contents will arrive in.

contains

OBJ: What is inside the crate

contains_special

STRING: What is inside the crate

contraband

If TRUE, this pack is only visible on a hacked supply console.

cost

The cost of this pack.

department_restrictions

Determines which departments do not need QM approval to order this supply pack

group

The pack group this should appear in.

hidden

If TRUE, this pack is only visible on an emagged supply console.

manifest

The manifest contents for this order.

name

The name of this supply pack.

order_type

Path of the type of order that should be generated from this order

singleton

If true, this pack can only be ordered in units of 1.

singleton_group_id

Identifier indicating the specific "set" of singletons that this belongs to. Only one item in this set can be in the shopping cart at once.

special

A special pack that should not appear unless certain circumstances are fulfilled (event, station goals, admin packs)

special_enabled

If this pack is special, whether it should be visible or not.

ui_manifest

List of names for being done in TGUI

Proc Details

can_order

Define a special condition as to whether or not this crate can currently be ordered.

create_order

Create a supply order for this pack.

on_order_confirm

Called right when an order for this pack is confirmed.