GetGameVolume

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Returns the level (0-100) of the specified game volume type.

Syntax

[help]
(volumeLevel:float) GetGameVolume volumeType:int{0-5}

Game Volume Types

0	Master Volume
1	Footsteps
2	Voice
3	Effects
4	Music
5	Radio

Example

set fMusicVolume to GetGameVolume 4 

See Also