/datum/visual_data
        
    
            
        
| Vars | |
| client_eye | What the client is seeing "out of", client.eye | 
|---|---|
| mirroring_off_ref | Weakref to the mob we're mirroring off | 
| see_dark | see_in_dark values | 
| see_invis | see_invisible values | 
| sight | Sight flags | 
| Procs | |
| on_update | Plane masters. I'm sorry | 
Var Details
client_eye
            
        
    
            
        
        What the client is seeing "out of", client.eye
mirroring_off_ref
            
        
    
            
        
        Weakref to the mob we're mirroring off
see_dark
            
        
    
            
        
        see_in_dark values
see_invis
            
        
    
            
        
        see_invisible values
sight
            
        
    
            
        
        Sight flags
Proc Details
on_update
Plane masters. I'm sorry