/datum/component/pinnable_accessory
        
    
            
        
This accessory can be pinned onto someone else
| Vars | |
| on_pre_pin | Optional callback invoked before pinning, will cancel if it returns FALSE | 
|---|---|
| pinning_time | How long does it take to pin this onto someone? | 
| silent | Do we let people know what we're doing? | 
| Procs | |
| on_atom_interact | Called when you whack someone with this accessory | 
| pin_checks | Callback for do_after to check if we can still be pinned | 
| try_to_pin | Actually try to pin it on | 
Var Details
on_pre_pin
            
        
    
            
        
        Optional callback invoked before pinning, will cancel if it returns FALSE
pinning_time
            
        
    
            
        
        How long does it take to pin this onto someone?
silent
            
        
    
            
        
        Do we let people know what we're doing?
Proc Details
on_atom_interact
Called when you whack someone with this accessory
pin_checks
Callback for do_after to check if we can still be pinned
try_to_pin
Actually try to pin it on