holopad 
        
    
            
        
| Vars | |
| calling | If we are currently calling another holopad | 
|---|---|
| disk | Record disk | 
| force_answer_call | Calls will be automatically answered after a couple rings, here for debugging | 
| holo_calls | Array of /datum/holocalls | 
| holo_range | Change to change how far the AI can move away from the holopad before deactivating | 
| holopad_cooldown | Holopad Harassment Cooldown | 
| holorays | Holoray-mob link | 
| loop_mode | Currently looping a recording | 
| masters | List of living mobs that use the holopad | 
| offset | Used to push the holopad replay off the pad (1-4) for direction | 
| on_network | Does it show on the holopad list | 
| outgoing_call | Currently outgoing holocall, do not modify the datums only check and call the public procs | 
| padname | Name of the holopad | 
| record_mode | Currently recording | 
| record_start | Recording start time | 
| record_user | User that inititiated the recording | 
| replay_holo | Replay hologram | 
| replay_mode | Currently replaying a recording | 
| ringing | Is it ringing | 
| secure | For pads in secure areas; do not allow forced connecting unless they are a head | 
| Procs | |
| hangup_all_calls | hangup_all_calls: Disconnects all current holocalls from the holopad | 
Var Details
calling
            
        
    
            
        
        If we are currently calling another holopad
disk
            
        
    
            
        
        Record disk
force_answer_call
            
        
    
            
        
        Calls will be automatically answered after a couple rings, here for debugging
holo_calls
            
        
    
            
        
        Array of /datum/holocalls
holo_range
            
        
    
            
        
        Change to change how far the AI can move away from the holopad before deactivating
holopad_cooldown
            
        
    
            
        
        Holopad Harassment Cooldown
holorays
            
        
    
            
        
        Holoray-mob link
loop_mode
            
        
    
            
        
        Currently looping a recording
masters
            
        
    
            
        
        List of living mobs that use the holopad
offset
            
        
    
            
        
        Used to push the holopad replay off the pad (1-4) for direction
on_network
            
        
    
            
        
        Does it show on the holopad list
outgoing_call
            
        
    
            
        
        Currently outgoing holocall, do not modify the datums only check and call the public procs
padname
            
        
    
            
        
        Name of the holopad
record_mode
            
        
    
            
        
        Currently recording
record_start
            
        
    
            
        
        Recording start time
record_user
            
        
    
            
        
        User that inititiated the recording
replay_holo
            
        
    
            
        
        Replay hologram
replay_mode
            
        
    
            
        
        Currently replaying a recording
ringing
            
        
    
            
        
        Is it ringing
secure
            
        
    
            
        
        For pads in secure areas; do not allow forced connecting unless they are a head
Proc Details
hangup_all_calls
hangup_all_calls: Disconnects all current holocalls from the holopad