code/__DEFINES/language.dm 
| LANGUAGE_NO_STUTTER | Language is never stuttered |
|---|---|
| LANGUAGE_TONGUELESS_SPEECH | Language is speakable without a tongue |
| LANGUAGE_HIDE_ICON_IF_UNDERSTOOD | Language icon is hidden if the language is understood |
| LANGUAGE_HIDE_ICON_IF_NOT_UNDERSTOOD | Language icon is hidden if the language is not understood |
| DISPLAY_LANGUAGE_ICON_NONE | Display no icon for this language |
| DISPLAY_LANGUAGE_ICON_FULL | Display the full 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_MIND | Language is linked to the mob's mind. If a mind transfer happens, language follows. |
| 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. |
| SPOKEN_LANGUAGE | This language can be spoken. |
| UNDERSTOOD_LANGUAGE | This 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.