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

UE1:GameInfo (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:12, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
RTNP Object >> Actor >> Info >> GameInfo
Package: 
Engine
Direct subclasses:
CreditsGame, UnrealGameInfo
This class in other games:
U1, UT, UT2004, UE2Runtime, U2, U2XMP, UT2003, UT3, UDK

GameInfo.

default game info is normal single player

Properties

See GameInfo properties.

Functions

Static functions

ResetGame

static function ResetGame ()


Native functions

GetNetworkNumber

native function string GetNetworkNumber ()


ParseKillMessage

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


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, out string Error)


Timer

event Timer ()

Overrides: Actor.Timer


Other instance functions

See GameInfo instance functions.