tape ![code/game/objects/items/devices/taperecorder.dm 370](git.png)
Vars | |
initial_icon_state | Because we can't expect God to do all the work. |
---|---|
storedinfo | Numbered list of chat messages the recorder has heard with spans and prepended timestamps. Used for playback and transcription. |
timestamp | Numbered list of seconds the messages in the previous list appear at on the tape. Used by playback to get the timing right. |
Var Details
initial_icon_state ![code/game/objects/items/devices/taperecorder.dm 386](git.png)
Because we can't expect God to do all the work.
storedinfo ![code/game/objects/items/devices/taperecorder.dm 390](git.png)
Numbered list of chat messages the recorder has heard with spans and prepended timestamps. Used for playback and transcription.
timestamp ![code/game/objects/items/devices/taperecorder.dm 392](git.png)
Numbered list of seconds the messages in the previous list appear at on the tape. Used by playback to get the timing right.