/tg/ Station 13 - Modules - TypesDefine Details

code/datums/components/sign_language.dm

SIGN_OKAYDefines used to determine whether a sign language user can sign or not, and if not, why they cannot.
TONE_NEUTRALa statement
TONE_INQUISITIVEa question
TONE_EMPHATICan exclamation
TONE_INQUISITIVE_EMPHATICboth a question and an exclamation (interrobang)
/datum/component/sign_languageReactive 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