Difference between revisions of "FadeSFX"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
imported>Ez0n3
m
Line 1: Line 1:
{{Function
{{Function
|origin = GECK1
|origin = GECK1
|summary = '''FadeSFX''' disabled all the sounds except the music.
|summary = '''FadeSFX''' disabled all the sounds except the music.
Useful when showing Bink Video files.
Useful when showing Bink Video files.
|returnType = void
|name = FadeSFX
|arguments = {{FunctionArgument
|alias = FSFX
|returnType = void
|arguments = {{FunctionArgument
     |Name = enable
     |Name = enable
     |Type = float
     |Type = float
   }}
   }}
|example = FSFX 4
|example = FadeSFX 4
 
FSFX 4
}}
}}



Revision as of 08:21, 15 January 2011

< [[::Category:Functions|Category:Functions]]

A function included in the GECK version 1.1.0.36.

Description

FadeSFX disabled all the sounds except the music. Useful when showing Bink Video files.

Syntax

[help]
FadeSFX enable:float 

Or:

FSFX enable:float

Example

FadeSFX 4
FSFX 4

Notes

  • Caution: There is no way to reverse this, only useful when ending the game.