Description
Wiki Description
Plays the sound from the location of the specified object reference, and waits for the sound to finish playing. This function is latent.
Documentation Comment
Play this sound from the specified source, and wait for it to finish
Parameters
ObjectReferenceakSource
CK Wiki Description
The ObjectReference to play the sound from.
Examples
No human-generated examples found for this function.
Auto-Generated Example
ObjectReference myObjectReference__akSource
bool returnedValue = mySound__toCallFunctionOn.PlayAndWait(myObjectReference__akSource)