I'm a doctor, not a mechanic

UE2:GameEngine (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 Object >> Subsystem >> Engine >> GameEngine
Package: 
Engine
This class in other games:
U2XMP, U2, UE2Runtime, UT2004, UT3, UDK

GameEngine: The game subsystem. This is a built-in Unreal class and it shouldn't be modified.

Properties[edit]

bCheatProtection[edit]

Type: bool


ConnectingMenuClass[edit]

Type: string

Modifiers: config

Menu that appears when you are connecting

Default value: "XInterface.MenuConnecting"

DisconnectMenuClass[edit]

Type: string

Modifiers: config

Menu that appears when you are disconnected

DummyArray[edit]

Type: array<Object>

Do not modify

DummyObject[edit]

Type: Object

Do not modify

GEntry[edit]

Type: Level


GLevel[edit]

Type: Level


GPendingLevel[edit]

Type: PendingLevel


LastURL[edit]

Type: URL


LoadingClass[edit]

Type: string

Modifiers: config


Default value: "XInterface.TestVignette"

MainMenuClass[edit]

Type: string

Modifiers: config

Menu that appears when you first start

Default value: "XInterface.UT2MainMenu"

ServerActors[edit]

Type: array<string>

Modifiers: config


ServerPackages[edit]

Type: array<string>

Modifiers: config


Structs[edit]

URL[edit]

string Protocol 
Protocol, i.e. "unreal" or "http".
string Host 
Protocol, i.e. "unreal" or "http".
int Port 
Optional host port.
string Map 
Map name, i.e. "SkyCity", default is "Index".
array<string> Op 
Options.
string Portal 
Portal to enter through, default is "".
int Valid