GetSoundEntryCount

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 10.1.0 / 1.15.0

Returns the number of sound entries a sound kit contains.

entryCount = GetSoundEntryCount(soundKit)

Arguments

soundKit
number - A sound kit ID.

Returns

entryCount
number? - The number of sound entries this sound kit contains.

Details

  • A sound entry typically refers to a distinct sound file that will be sampled when the sound kit is played.

Patch changes