Engine.StreamInteraction
- Extends
- Interaction
- Modifiers
- Native Config ( User )
Core.Object
|
+-- Engine.Interactions
|
+-- Engine.Interaction
|
+-- Engine.StreamInteraction
Inherited Functions from Engine.Interaction |
ConsoleCommand, Initialize, Initialized, KeyEvent, KeyType, Message, NotifyLevelChange, NotifyMusicChange, PostRender, PreRender, ScreenToWorld, SetFocus, StreamFinished, Tick, WorldToScreen |
const INVALIDSONGHANDLE = 0;
StreamInteraction
CurrentStreamAttachment Source code
delegate OnAdjustVolume ( float NewVolume )
delegate OnStreamChanged ( string NewStreamFileName )
delegate OnStreamingStopped ( )
function ClearSongInfo ( )
function int CurrentHandle ( )
exec function string GetCurrentStream ( )
function float GetStreamDuration ( )
function float GetStreamPosition ( )
function float GetStreamVolume ( )
function bool HasPlayer ( )
event Initialized ( )
native final function bool IsPaused ( optional int SongHandle )
function bool IsPlaying ( )
protected function KillMusic ( )
exec function NextSong ( optional bool bForce )
event NotifyLevelChange ( )
exec function PauseSong ( )
exec function PlaySong ( string SongName, float InitialTime )
function PlayStream ( string FileName, optional int SeekSeconds )
exec function PrevSong ( optional bool bForce )
function QueueNextSong ( )
function bool Seek ( float SeekSeconds )
exec function SeekStream ( float Seconds )
exec function SetMusicVolume ( float NewVolume )
function SetStreamAttachment (
Stream StreamObj )
exec function StopSong ( )
exec function streamdebug ( string Command, string Param )
event Tick ( float DeltaTime )
defaultproperties
{
FadeInSeconds=0.500000
FadeOutSeconds=0.500000
bRequiresTick=Wahr
}
|
Creation time: Mo 16.4.2007 11:20:31.015 - Created with
UnCodeX