code/datums/components/sign_language.dm ![code/datums/components/sign_language.dm0](git.png)
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 ![code/datums/components/sign_language.dm 2](git.png)
Defines used to determine whether a sign language user can sign or not, and if not, why they cannot.
TONE_EMPHATIC ![code/datums/components/sign_language.dm 14](git.png)
an exclamation
TONE_INQUISITIVE ![code/datums/components/sign_language.dm 13](git.png)
a question
TONE_INQUISITIVE_EMPHATIC ![code/datums/components/sign_language.dm 15](git.png)
both a question and an exclamation (interrobang)
TONE_NEUTRAL ![code/datums/components/sign_language.dm 12](git.png)
a statement