Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.AmbientSoundSimpleToggleable

Extends
AmbientSoundSimple

Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Keypoint
      |   
      +-- Engine.AmbientSound
         |   
         +-- Engine.AmbientSoundSimple
            |   
            +-- Engine.AmbientSoundSimpleToggleable

Variables Summary
boolbCurrentlyPlaying
AmbientSoundSimpleToggleable
boolbFadeOnToggle
floatFadeInDuration
floatFadeInVolumeLevel
floatFadeOutDuration
floatFadeOutVolumeLevel
Inherited Variables from Engine.AmbientSoundSimple
AmbientProperties, SoundCueInstance, SoundNodeInstance
Inherited Variables from Engine.AmbientSound
AudioComponent, bAutoPlay, bIsPlaying

Functions Summary
function OnToggle (SeqAct_Toggle Action))
event PostBeginPlay ()))
event ReplicatedEvent (name VarName))
function StartPlaying ()))
function StopPlaying ()))


Variables Detail

bCurrentlyPlaying Source code

var repnotify bool bCurrentlyPlaying;
used to update status of toggleable level placed ambient sounds on clients

AmbientSoundSimpleToggleable

bFadeOnToggle Source code

var(AmbientSoundSimpleToggleable) bool bFadeOnToggle;

FadeInDuration Source code

var(AmbientSoundSimpleToggleable) float FadeInDuration;

FadeInVolumeLevel Source code

var(AmbientSoundSimpleToggleable) float FadeInVolumeLevel;

FadeOutDuration Source code

var(AmbientSoundSimpleToggleable) float FadeOutDuration;

FadeOutVolumeLevel Source code

var(AmbientSoundSimpleToggleable) float FadeOutVolumeLevel;


Functions Detail

OnToggle Source code

simulated function OnToggle ( SeqAct_Toggle Action) )
Handling Toggle event from Kismet.

PostBeginPlay Source code

simulated event PostBeginPlay ( ) )

ReplicatedEvent Source code

simulated event ReplicatedEvent ( name VarName) )

StartPlaying Source code

simulated function StartPlaying ( ) )

StopPlaying Source code

simulated function StopPlaying ( ) )


Defaultproperties

defaultproperties
{
    bAutoPlay=FALSE
    bStatic=false
    bNoDelete=true

    FadeInDuration=1.f
    FadeInVolumeLevel=1.f
    FadeOutDuration=1.f
    FadeOutVolumeLevel=0.f
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Sat 17/1/2009 20:56:01.531 - Created with UnCodeX