The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE1:GameInfo (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT Object >> Actor >> Info >> GameInfo
Package: 
Engine
Direct subclasses:
TournamentGameInfo, UnrealGameInfo
This class in other games:
RTNP, U1, UT2004, UE2Runtime, U2, U2XMP, UT2003, UT3, UDK

GameInfo.

default game info is normal single player

Properties[edit]

See GameInfo properties.

Functions[edit]

Static native functions[edit]

ParseKillMessage[edit]

static native function string ParseKillMessage (string KillerName, string VictimName, string WeaponName, string DeathMessage)


Other static functions[edit]

CreatureKillMessage[edit]

static function string CreatureKillMessage (name damageType, Pawn Other)


KillMessage[edit]

static function string KillMessage (name damageType, Pawn Other)


PlayerKillMessage[edit]

static function string PlayerKillMessage (name damageType, PlayerReplicationInfo Other)


ResetGame[edit]

static function ResetGame ()


Native functions[edit]

GetNetworkNumber[edit]

native function string GetNetworkNumber ()


Events[edit]

AcceptInventory[edit]

event AcceptInventory (Pawn PlayerPawn)


DetailChange[edit]

event DetailChange ()


GameEnding[edit]

event GameEnding ()


GetBeaconText[edit]

event string GetBeaconText ()


InitGame[edit]

event InitGame (string Options, out string Error)


Login[edit]

event PlayerPawn Login (string Portal, string Options, out string Error, class<PlayerPawnSpawnClass)


PostBeginPlay[edit]

event PostBeginPlay ()

Overrides: Actor.PostBeginPlay


PostLogin[edit]

event PostLogin (PlayerPawn NewPlayer)


PreBeginPlay[edit]

event PreBeginPlay ()

Overrides: Actor.PreBeginPlay


PreLogin[edit]

event PreLogin (string Options, string Address, out string Error, out string FailCode)


Timer[edit]

event Timer ()

Overrides: Actor.Timer


Other instance functions[edit]

See GameInfo instance functions.