SpeechOptions
SpeechData
Data structure for speech playback.
speechName:
stringBase speech name
character:
CharacterNameThe AI character to use
addressal
AddressalPlayer's gender preference for speech
isNetworked?:
booleanWhether to play speech for nearby players
location?
LocationInputOptional location for speech playback
CharacterName
Valid character names string
'angel''haviland''og'
Addressal
Valid addressals string
'male''female'
LocationInput
Valid locations to use for speech playback param
nilPlayer ped coordinates (default)
vector3Direct world coordinates e.g.
vector3(100, 200, 30)
numberEntity handle - gets the entity's coordinates
stringRelative to player:
'above','below','front','behind','left','right'
{x, y, z}Offset from player position e.g.
{0, 0, 2}
Last updated