SetSoundset(object, int)
From NWN Lexicon
Jump to navigationJump to search
Set the soundset of oCreature, see soundset.2da for possible values.
void SetSoundset(
object oCreature,
int nSoundset
);
Parameters
- oCreature
- The object to set the soundset for.
- nSoundset
- The Soundset to apply to oCreature.
Description
Set the soundset of oCreature, see soundset.2da for possible values.
Remarks
Version
This function was added in 1.87.8193.35 of NWN:EE.
Example
See Also
| functions: | GetSoundset() |
author: Shadguy