/tg/ Station 13 - Modules - TypesDefine Details

code/__DEFINES/language.dm

LANGUAGE_NO_STUTTERLanguage is never stuttered
LANGUAGE_TONGUELESS_SPEECHLanguage is speakable without a tongue
LANGUAGE_HIDE_ICON_IF_UNDERSTOODLanguage icon is hidden if the language is understood
LANGUAGE_HIDE_ICON_IF_NOT_UNDERSTOODLanguage icon is hidden if the language is not understood
DISPLAY_LANGUAGE_ICON_NONEDisplay no icon for this language
DISPLAY_LANGUAGE_ICON_FULLDisplay the full icon for this language
DISPLAY_LANGUAGE_ICON_PARTIALDisplay a blended icon for this language, indicating partial understanding
LANGUAGE_ALLFor use in full removal only.
LANGUAGE_ATOMLanguage is linked to the movable directly.
LANGUAGE_MINDLanguage is linked to the mob's mind. If a mind transfer happens, language follows.
LANGUAGE_SPECIESLanguage is linked to the mob's species. If a species change happens, language goes away. If applied to a non-human (no species) atom, this is effectively the same as LANGUAGE_ATOM.
SPOKEN_LANGUAGEThis language can be spoken.
UNDERSTOOD_LANGUAGEThis language can be understood.

Define Details

DISPLAY_LANGUAGE_ICON_FULL

Display the full icon for this language

DISPLAY_LANGUAGE_ICON_NONE

Display no icon for this language

DISPLAY_LANGUAGE_ICON_PARTIAL

Display a blended icon for this language, indicating partial understanding

LANGUAGE_ALL

For use in full removal only.

LANGUAGE_ATOM

Language is linked to the movable directly.

LANGUAGE_HIDE_ICON_IF_NOT_UNDERSTOOD

Language icon is hidden if the language is not understood

LANGUAGE_HIDE_ICON_IF_UNDERSTOOD

Language icon is hidden if the language is understood

LANGUAGE_MIND

Language is linked to the mob's mind. If a mind transfer happens, language follows.

LANGUAGE_NO_STUTTER

Language is never stuttered

LANGUAGE_SPECIES

Language is linked to the mob's species. If a species change happens, language goes away. If applied to a non-human (no species) atom, this is effectively the same as LANGUAGE_ATOM.

LANGUAGE_TONGUELESS_SPEECH

Language is speakable without a tongue

SPOKEN_LANGUAGE

This language can be spoken.

UNDERSTOOD_LANGUAGE

This language can be understood.