GetContainerSound

From GECK
Jump to: navigation, search


A function added by the JohnnyGuitar NVSE Plugin.

Description

Returns a Sound form attached to a specified container. Sound IDs are as follows:
0 - Open sound
1 - Close sound
2 - Random/Looping sound

Syntax

[help]
(form) GetContainerSound container:baseform whichSound:int

Example

set rSound to GetContainerSound MyContainer 0

See Also