byond - Modules - TypesDefine Details

code/__DEFINES/chat.dm

Copyright (c) 2020 Aleksej Komarov SPDX-License-Identifier: MIT

CHAT_RELIABILITY_HISTORY_SIZEHow many chat payloads to keep in history
CHAT_RELIABILITY_MAX_RESENDSHow many resends to allow before giving up
boxed_messageAdds a generic box around whatever message you're sending in chat. Really makes things stand out.
custom_boxed_messageAdds a box around whatever message you're sending in chat. Can apply color and/or additional classes. Available colors: red, green, blue, purple. Use it like red_box
fieldset_blockMakes a fieldset with a neaty styled name. Can apply additional classes.

Define Details

CHAT_RELIABILITY_HISTORY_SIZE

How many chat payloads to keep in history

CHAT_RELIABILITY_MAX_RESENDS

How many resends to allow before giving up

boxed_message

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

custom_boxed_message

Adds a box around whatever message you're sending in chat. Can apply color and/or additional classes. Available colors: red, green, blue, purple. Use it like red_box

fieldset_block

Makes a fieldset with a neaty styled name. Can apply additional classes.