/datum/component/wall_mounted
        
    
            
        
| Vars | |
| hanging_wall_turf | The wall our object is currently linked to. | 
|---|---|
| on_drop | Callback to the parent's proc to call on the linked object when the wall disappear's or changes. | 
| Procs | |
| on_examine | When the wall is examined, explains that it's supporting the linked object. | 
| on_linked_destroyed | Basic reference handling if the hanging/linked object is destroyed first. | 
Var Details
hanging_wall_turf
            
        
    
            
        
        The wall our object is currently linked to.
on_drop
            
        
    
            
        
        Callback to the parent's proc to call on the linked object when the wall disappear's or changes.
Proc Details
on_examine
When the wall is examined, explains that it's supporting the linked object.
on_linked_destroyed
Basic reference handling if the hanging/linked object is destroyed first.