- Extends
- UT2K4ServerLoading
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Vignette
|
+-- GUI2K4.UT2K4LoadingPageBase
|
+-- GUI2K4.UT2K4ServerLoading
|
+-- ROInterface.ROServerLoading
var localized string loadingMapPrefix;
var localized string vacSecuredText;
simulated function string AddSpaces ( string s) )
simulated event Init ( ) )
simulated function SetText ( ) )
simulated function SetVACInfo ( ) )
simulated function string StripPrefix ( string s) )
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'
}
|
Creation time: Fri 13-10-2023 03:18:52.186 - Created with
UnCodeX