SetGameVolume

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

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

  • The 2nd argument volumeLevel is optional and may be omitted, in which case the specified volume type's level will be reset to the value defined in the game's INI file.

Syntax

[help]
SetGameVolume volumeType:int{0-5} volumeLevel:int{0-100}

Game Volume Types

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

Example

SetGameVolume 4 50 

See Also