Cogito, ergo sum

UE1:GameInfo (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
RTNP Object >> Actor >> Info >> GameInfo

Contents

Package: 
Engine
Direct subclasses:
CreditsGame, UnrealGameInfo
This class in other games:
U1, U2, U2XMP, UDK, UE2Runtime, UT, UT2003, UT2004, UT3

GameInfo.

default game info is normal single player

[edit] Properties

See GameInfo properties.

[edit] Functions

[edit] Static functions

[edit] ResetGame

static function ResetGame ()


[edit] Native functions

[edit] GetNetworkNumber

native function string GetNetworkNumber ()


[edit] ParseKillMessage

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


[edit] Events

[edit] AcceptInventory

event AcceptInventory (Pawn PlayerPawn)


[edit] DetailChange

event DetailChange ()


[edit] GameEnding

event GameEnding ()


[edit] GetBeaconText

event string GetBeaconText ()


[edit] InitGame

event InitGame (string Options, out string Error)


[edit] Login

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


[edit] PostBeginPlay

event PostBeginPlay ()

Overrides: Actor.PostBeginPlay


[edit] PostLogin

event PostLogin (PlayerPawn NewPlayer)


[edit] PreBeginPlay

event PreBeginPlay ()

Overrides: Actor.PreBeginPlay


[edit] PreLogin

event PreLogin (string Options, out string Error)


[edit] Timer

event Timer ()

Overrides: Actor.Timer


[edit] Other instance functions

See GameInfo instance functions.

Personal tools