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

sign

Item form of the sign structure. Stores a sign structure type, and creates that structure upon install. Takes on the appearence and properties of whatever sign structure type it contains.

Vars

sign_typeThe type of the sign this item will turn into upon installation

Procs

place_signActually creates and places the sign structure. Override to add to sign init.
set_signSet the sign this sign item will contain from an sign structure instance.
try_installAttempts installing the sign and ask the user for direction and etc.

Var Details

sign_type

The type of the sign this item will turn into upon installation

Proc Details

place_sign

Actually creates and places the sign structure. Override to add to sign init.

set_sign

Set the sign this sign item will contain from an sign structure instance.

try_install

Attempts installing the sign and ask the user for direction and etc.