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

GUI2K4.UT2K4ServerLoading

Extends
UT2K4LoadingPageBase
Modifiers
config ( User )

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Vignette
      |   
      +-- GUI2K4.UT2K4LoadingPageBase
         |   
         +-- GUI2K4.UT2K4ServerLoading

Variables Summary
UT2K4ServerLoading
array<string>Backgrounds
Inherited Variables from GUI2K4.UT2K4LoadingPageBase
Operations
Inherited Variables from Engine.Vignette
GameClass, MapName

Functions Summary
event Init ()))
function SetImage ()))
function SetText ()))
functionstring StripMap (string s))
Inherited Functions from GUI2K4.UT2K4LoadingPageBase
AddImage, AddImageStretched, AddJustifiedText, AddMultiLineText, AddText, DLOTexture, DrawVignette
Inherited Functions from Engine.Vignette
DrawVignette, Init


Variables Detail

UT2K4ServerLoading

Backgrounds Source code

var(UT2K4ServerLoading) config array<string> Backgrounds;


Functions Detail

Init Source code

simulated event Init ( ) )

SetImage Source code

simulated function SetImage ( ) )

SetText Source code

simulated function SetText ( ) )

StripMap Source code

simulated function string StripMap ( string s) )


Defaultproperties

defaultproperties
{
	Begin Object Class=DrawOpImage Name=OpBackground
		Top=0
		Lft=0
		Width=1.0
		Height=1.0
		DrawColor=(R=255,B=255,G=255,A=255)
		SubXL=1024
		SubYL=768
	End Object
	Operations(0)=OpBackground


	Begin Object Class=DrawOpText Name=OpLoading
		Top=0.48
		Lft=0.5
		Height=0.05
		Width=0.49
		Justification=2
		Text=". . . LOADING"
		FontName="XInterface.UT2LargeFont"
		bWrapText=False
	End Object
	Operations(1)=OpLoading


	Begin Object Class=DrawOpText Name=OpMapname
		Top=0.6
		Lft=0.5
		Height=0.05
		Width=0.49
		Justification=2
		FontName="XInterface.UT2LargeFont"
		bWrapText=False
	End Object
	Operations(2)=OpMapname


	Begin Object Class=DrawOpText Name=OpHint
		Top=0.8
		Height=0.2
		Lft=0.05
		Width=0.93
		Justification=2
		FontName="GUI2K4.fntUT2k4SmallHeader"
	End Object
	Operations(3)=OpHint


}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:27.278 - Created with UnCodeX