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

KFMod.KFMusicInteraction

Extends
Interaction

Core.Object
|   
+-- Engine.Interactions
   |   
   +-- Engine.Interaction
      |   
      +-- KFMod.KFMusicInteraction

Variables Summary
intActiveHandel
stringActiveSong
boolbFadeOutSong
floatFadeOutPos
floatFadeTimes[2]
floatInitialVol
stringNextSong
StreamInteractionStream
Inherited Variables from Engine.Interaction
bActive, bNativeEvents, bRequiresTick, bVisible, Master, ViewportOwner

Enumerations Summary
Inherited Enumerations from Engine.Interactions
EInputAction, EInputKey, EStreamFinishReason

Functions Summary
functionbool CanSwitchSong ()))
event Initialized ()))
event NotifyLevelChange ()))
function SetSong (string SngName, float FadeInTime, float FadeOutTime ))
function StopSong (float FadeOutTime ))
function Tick (float DeltaTime))
Inherited Functions from Engine.Interaction
ConsoleCommand, Initialize, Initialized, KeyEvent, KeyType, Message, NotifyLevelChange, NotifyMusicChange, PostRender, PreRender, ScreenToWorld, SetFocus, StreamFinished, Tick, WorldToScreen
Inherited Functions from Engine.Interactions
GetFriendlyName


Variables Detail

ActiveHandel Source code

var int ActiveHandel;

ActiveSong Source code

var string ActiveSong;

bFadeOutSong Source code

var bool bFadeOutSong;

FadeOutPos Source code

var float FadeOutPos;

FadeTimes[2] Source code

var float FadeTimes[2];

InitialVol Source code

var float InitialVol;

NextSong Source code

var string NextSong;

Stream Source code

var StreamInteraction Stream;


Functions Detail

CanSwitchSong Source code

function bool CanSwitchSong ( ) )

Initialized Source code

event Initialized ( ) )

NotifyLevelChange Source code

event NotifyLevelChange ( ) )

SetSong Source code

function SetSong ( string SngName, float FadeInTime, float FadeOutTime ) )

StopSong Source code

function StopSong ( float FadeOutTime ) )

Tick Source code

function Tick ( float DeltaTime) )


Defaultproperties

defaultproperties
{
     bActive=False
     bRequiresTick=True
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fri 13-10-2023 03:18:47.008 - Created with UnCodeX