ItemModuleVoiceCommandHandle CallableItemModuleVoiceCommandHandle(C, item, LastTime, VoiceTriggers, TriggerValues): VoiceTriggerType[]Handles the generic processing of voice commands. This is used by most voice detection items to get back a list of triggers from the last time the chat log was processed.ParametersC: Characteritem: ItemLastTime: numberVoiceTriggers: readonly VoiceTriggerType[]TriggerValues: readonly string[]Returns VoiceTriggerType[]
Handles the generic processing of voice commands.
This is used by most voice detection items to get back a list of triggers from the last time the chat log was processed.