wall_torch 
Vars | |
burning | is the bonfire lit? |
---|---|
mounted_torch | Torch contained by the wall torch, if it was mounted manually.
Will be TRUE if it was intended to spawn in with a torch,
without actually initializing a torch in it to save on memory. |
spawns_lit | Does this torch spawn pre-lit? |
wallmount_item_type | What this item turns back into when wrenched off the wall. |
Procs | |
drop_torch | Simple helper to drop the torch upon the mount being qdel'd. |
light_it_up | Sets the torch's icon to burning and sets the light up |
remove_torch | Helper proc that handles removing the torch and trying to put it in the user's hand. |
Var Details
burning 
is the bonfire lit?
mounted_torch 
Torch contained by the wall torch, if it was mounted manually.
Will be TRUE
if it was intended to spawn in with a torch,
without actually initializing a torch in it to save on memory.
spawns_lit 
Does this torch spawn pre-lit?
wallmount_item_type 
What this item turns back into when wrenched off the wall.
Proc Details
drop_torch
Simple helper to drop the torch upon the mount being qdel'd.
light_it_up
Sets the torch's icon to burning and sets the light up
remove_torch
Helper proc that handles removing the torch and trying to put it in the user's hand.