holopad ![code/game/machinery/hologram.dm 30](git.png)
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 |
holorays | Holoray-mob link |
last_request | To prevent request spam. ~Carn |
loop_mode | Currently looping a recording |
masters | List of living mobs that use the holopad |
outgoing_call | Currently outgoing holocall, do not modify the datums only check and call the public procs |
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 |
secure | For pads in secure areas; do not allow forced connecting |
Procs | |
hangup_all_calls | hangup_all_calls: Disconnects all current holocalls from the holopad |
Var Details
calling ![code/game/machinery/hologram.dm 81](git.png)
If we are currently calling another holopad
disk ![code/game/machinery/hologram.dm 58](git.png)
Record disk
force_answer_call ![code/game/machinery/hologram.dm 72](git.png)
Calls will be automatically answered after a couple rings, here for debugging
holo_calls ![code/game/machinery/hologram.dm 54](git.png)
Array of /datum/holocalls
holo_range ![code/game/machinery/hologram.dm 52](git.png)
Change to change how far the AI can move away from the holopad before deactivating
holorays ![code/game/machinery/hologram.dm 48](git.png)
Holoray-mob link
last_request ![code/game/machinery/hologram.dm 50](git.png)
To prevent request spam. ~Carn
loop_mode ![code/game/machinery/hologram.dm 62](git.png)
Currently looping a recording
masters ![code/game/machinery/hologram.dm 46](git.png)
List of living mobs that use the holopad
outgoing_call ![code/game/machinery/hologram.dm 56](git.png)
Currently outgoing holocall, do not modify the datums only check and call the public procs
record_mode ![code/game/machinery/hologram.dm 64](git.png)
Currently recording
record_start ![code/game/machinery/hologram.dm 66](git.png)
Recording start time
record_user ![code/game/machinery/hologram.dm 68](git.png)
User that inititiated the recording
replay_holo ![code/game/machinery/hologram.dm 70](git.png)
Replay hologram
replay_mode ![code/game/machinery/hologram.dm 60](git.png)
Currently replaying a recording
secure ![code/game/machinery/hologram.dm 79](git.png)
For pads in secure areas; do not allow forced connecting
Proc Details
hangup_all_calls
hangup_all_calls: Disconnects all current holocalls from the holopad