code/__DEFINES/chat.dm
MESSAGE_TYPE_SYSTEM | Copyright (c) 2020 Aleksej Komarov SPDX-License-Identifier: MIT |
---|---|
debug2_world | Used for debug messages to the world |
debug2_usr | Used for debug messages to the player |
debug2_admins | Used for debug messages to the admins |
debug2_world_log | Used for debug messages to the server |
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. |
Define Details
MESSAGE_TYPE_SYSTEM
Copyright (c) 2020 Aleksej Komarov SPDX-License-Identifier: MIT
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
debug2_admins
Used for debug messages to the admins
debug2_usr
Used for debug messages to the player
debug2_world
Used for debug messages to the world
debug2_world_log
Used for debug messages to the server
fieldset_block
Makes a fieldset with a neaty styled name. Can apply additional classes.