Yogstation 13 - Modules - TypesDefine Details

code/__DEFINES/chat.dm

CHAT_RELIABILITY_HISTORY_SIZECopyright (c) 2020 Aleksej Komarov SPDX-License-Identifier: MIT How many chat payloads to keep in history
CHAT_RELIABILITY_MAX_RESENDSHow many resends to allow before giving up
EXAMINE_BLOCKAdds a generic box around whatever message you're sending in chat. Really makes things stand out.
CHAT_MESSAGE_MAX_LENGTHMax length of chat message in characters
debug_worldUsed for debug messages to the world
debug_usrUsed for debug messages to the player
debug_adminsUsed for debug messages to the admins
debug_world_logUsed for debug messages to the server
examine_blockAdds a generic box around whatever message you're sending in chat. Really makes things stand out.

Define Details

CHAT_MESSAGE_MAX_LENGTH

Max length of chat message in characters

CHAT_RELIABILITY_HISTORY_SIZE

Copyright (c) 2020 Aleksej Komarov SPDX-License-Identifier: MIT How many chat payloads to keep in history

CHAT_RELIABILITY_MAX_RESENDS

How many resends to allow before giving up

EXAMINE_BLOCK

Adds a generic box around whatever message you're sending in chat. Really makes things stand out.

debug_admins

Used for debug messages to the admins

debug_usr

Used for debug messages to the player

debug_world

Used for debug messages to the world

debug_world_log

Used for debug messages to the server

examine_block

Adds a generic box around whatever message you're sending in chat. Really makes things stand out.