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

ROInterface.ROServerLoading

Extends
UT2K4ServerLoading

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

Variables Summary
stringloadingMapPrefix
MaterialvacIcon
stringvacSecuredText
Inherited Variables from GUI2K4.UT2K4ServerLoading
Backgrounds
Inherited Variables from GUI2K4.UT2K4LoadingPageBase
Operations

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


Variables Detail

loadingMapPrefix Source code

var localized string loadingMapPrefix;

vacIcon Source code

var Material vacIcon;

vacSecuredText Source code

var localized string vacSecuredText;


Functions Detail

AddSpaces Source code

simulated function string AddSpaces ( string s) )

Init Source code

simulated event Init ( ) )

SetText Source code

simulated function SetText ( ) )

SetVACInfo Source code

simulated function SetVACInfo ( ) )

StripPrefix Source code

simulated function string StripPrefix ( string s) )


Defaultproperties

defaultproperties
{
     loadingMapPrefix="Deploying to"
     vacSecuredText="NOTE: This server is VAC Secured. Cheating will result in a permanent ban."
     vacIcon=Texture'InterfaceArt_tex.ServerIcons.VAC_protected'
     Backgrounds(0)="MenuBackground.LoadingScreen1"
     Backgrounds(1)="MenuBackground.LoadingScreen2"
     Backgrounds(2)="MenuBackground.LoadingScreen3"
     Backgrounds(3)="MenuBackground.LoadingScreen4"
     Backgrounds(4)="MenuBackground.LoadingScreen5"
     Operations(2)=RODrawOpShadowedText'ROInterface.ROServerLoading.OpMapname'
     Operations(4)=DrawOpImage'ROInterface.ROServerLoading.OpVACImg'
     Operations(5)=RODrawOpShadowedText'ROInterface.ROServerLoading.OpVACText'
}

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