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_type | The type of the sign this item will turn into upon installation |
---|---|
Procs | |
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. |
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.