code/datums/components/sign_language.dm
SIGN_OKAY | Defines used to determine whether a sign language user can sign or not, and if not, why they cannot. |
---|---|
TONE_NEUTRAL | a statement |
TONE_INQUISITIVE | a question |
TONE_EMPHATIC | an exclamation |
TONE_INQUISITIVE_EMPHATIC | both a question and an exclamation (interrobang) |
/datum/component/sign_language | Reactive Sign Language Component for Carbons. Allows Carbons to speak with sign language if they have the relevant traits. Implements sign language by incrementally overriding several critical functions, variables, and argument lists. |
Define Details
SIGN_OKAY
Defines used to determine whether a sign language user can sign or not, and if not, why they cannot.
TONE_EMPHATIC
an exclamation
TONE_INQUISITIVE
a question
TONE_INQUISITIVE_EMPHATIC
both a question and an exclamation (interrobang)
TONE_NEUTRAL
a statement