[][src]Function tes3mp_plugin::plugin::generated::play_speech

pub fn play_speech(pid: u16, sound: &str)

Play a certain sound for a player as spoken by their character by sending
a PlayerSpeech packet.

pid The player ID of the character playing the sound.
sound The path of the sound file.

Returns void