The search keyword must be a single word (no spaces).
Function SetSoundFacialAnimationSetFilepath
- Line
- 3762
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- sound soundHandle, string animationSetFilepath
- Returns
- boolean
| 3762 | native SetSoundFacialAnimationSetFilepath takes sound soundHandle, string animationSetFilepath returns boolean |
| 3763 | |
| 3764 | //Subtitle support that is attached to the soundHandle rather than as disperate data with the legacy UI
|
| 3765 | native SetDialogueSpeakerNameKey takes sound soundHandle, string speakerName returns boolean |
| 3766 | native GetDialogueSpeakerNameKey takes sound soundHandle returns string |
| 3767 | native SetDialogueTextKey takes sound soundHandle, string dialogueText returns boolean |