GetSoundGain

(Difference between revisions)
Jump to: navigation, search
Vegas (Talk | contribs)
(Created page with "Get the sound gain. Example, print the sound gain in the console: Sound = getObject("Sound") function onSceneUpdate() SndGain = getSoundGain(Sound) i...")
Newer edit →

Revision as of 10:04, 8 November 2012

Get the sound gain.

Example, print the sound gain in the console:

   Sound = getObject("Sound")
   function onSceneUpdate()
       SndGain = getSoundGain(Sound)
       if isKeyPressed("A") then print(SndGain) end
   end
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox