Description
Wiki Description
Obtains the VoiceType for this actor or talking activator.
Documentation Comment
Gets the voice type for this reference. Will return None if not an actor or a talking activator
Caveats
CK Wiki - Notes
- This is a good way to check for a specific unique actor if you wish to avoid declaring actor properties.
Examples
No human-generated examples found for this function.
Auto-Generated Example
VoiceType returnedValue = myObjectReference__toCallFunctionOn.GetVoiceType()