Space Station 13 - Modules - TypesDefine Details

code/__DEFINES/chat.dm

CHAT_RELIABILITY_HISTORY_SIZEHow many chat payloads to keep in history
CHAT_RELIABILITY_MAX_RESENDSHow many resends to allow before giving up
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
chat_box_regularWraps text in a standard boxed message container
chat_box_examineFormats text as left-aligned examination text in a boxed container
chat_box_redCreates a boxed message with red border for warning/alert messages
chat_box_purpleCreates a boxed message with purple border for unique/special notifications
chat_box_yellowCreates a boxed message with yellow border for cautionary messages
chat_box_greenCreates a boxed message with green border for positive/success notifications
chat_box_noticeCreates a boxed message with standard notice border for important information
chat_box_healthscanFormats health scan results as left-aligned text in a notice-bordered box
chat_box_notice_thickCreates a prominent boxed notice with thick border for critical information
chat_box_ahelpCreates an urgent red-bordered box for admin help messages (ahelp)
chat_box_mhelpCreates a notice-bordered box for mentor help messages (mhelp)
UNKNOWN_NAME_RUSReplaces name of someone if we shouldn't know that
UNKNOWN_STATUS_RUSReplaces something (job, sec status, disease' name, etc) if we shouldn't know that
NOJOB_STATUS_RUSReplaces job's name of someone if they don't have one

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

NOJOB_STATUS_RUS

Replaces job's name of someone if they don't have one

UNKNOWN_NAME_RUS

Replaces name of someone if we shouldn't know that

UNKNOWN_STATUS_RUS

Replaces something (job, sec status, disease' name, etc) if we shouldn't know that

chat_box_ahelp

Creates an urgent red-bordered box for admin help messages (ahelp)

chat_box_examine

Formats text as left-aligned examination text in a boxed container

chat_box_green

Creates a boxed message with green border for positive/success notifications

chat_box_healthscan

Formats health scan results as left-aligned text in a notice-bordered box

chat_box_mhelp

Creates a notice-bordered box for mentor help messages (mhelp)

chat_box_notice

Creates a boxed message with standard notice border for important information

chat_box_notice_thick

Creates a prominent boxed notice with thick border for critical information

chat_box_purple

Creates a boxed message with purple border for unique/special notifications

chat_box_red

Creates a boxed message with red border for warning/alert messages

chat_box_regular

Wraps text in a standard boxed message container

chat_box_yellow

Creates a boxed message with yellow border for cautionary messages

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