SetVolume

From VisionaireWiki
Revision as of 00:46, 16 April 2009 by Alex (talk | contribs) (Bot (Edward's framework))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

setVolume

Sets the general volume for background music, sound or speech output.

Lua Syntax:

setVolume(type, volume)

Arguments

type

int - The type of volume to return: eMusicVolume (0), eSoundVolume (1) or eSpeechVolume (2).

volume

int - New value for volume. Must be between 0 and 100.

Flags

Return Values

None.