There is no spoon

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

See GameInfo properties.

Functions

Static native functions

ParseKillMessage

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


Other static functions

CreatureKillMessage

static function string CreatureKillMessage (name damageType, Pawn Other)


KillMessage

static function string KillMessage (name damageType, Pawn Other)


PlayerKillMessage

static function string PlayerKillMessage (name damageType, PlayerReplicationInfo Other)


ResetGame

static function ResetGame ()


Native functions

GetNetworkNumber

native function string GetNetworkNumber ()


Events

AcceptInventory

event AcceptInventory (Pawn PlayerPawn)


DetailChange

event DetailChange ()


GameEnding

event GameEnding ()


GetBeaconText

event string GetBeaconText ()


InitGame

event InitGame (string Options, out string Error)


Login

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


PostBeginPlay

event PostBeginPlay ()

Overrides: Actor.PostBeginPlay


PostLogin

event PostLogin (PlayerPawn NewPlayer)


PreBeginPlay

event PreBeginPlay ()

Overrides: Actor.PreBeginPlay


PreLogin

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


Timer

event Timer ()

Overrides: Actor.Timer


Other instance functions

See GameInfo instance functions.