The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE1:GameInfo (UT)
From Unreal Wiki, The Unreal Engine Documentation Site
Contents |
- Package:
- Engine
- Direct subclasses:
- TournamentGameInfo, UnrealGameInfo
- This class in other games:
- RTNP, U1, U2, U2XMP, UDK, UE2Runtime, UT2003, UT2004, UT3
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
GameInfo.
default game info is normal single player
[edit] Properties
See GameInfo properties.
[edit] Functions
[edit] Static native functions
[edit] ParseKillMessage
static native function string ParseKillMessage (string KillerName, string VictimName, string WeaponName, string DeathMessage)
[edit] Other static functions
[edit] CreatureKillMessage
[edit] KillMessage
[edit] PlayerKillMessage
[edit] ResetGame
static function ResetGame ()
[edit] Native functions
[edit] GetNetworkNumber
native function string GetNetworkNumber ()
[edit] Events
[edit] AcceptInventory
event AcceptInventory (Pawn PlayerPawn)
[edit] DetailChange
event DetailChange ()
[edit] GameEnding
event GameEnding ()
[edit] GetBeaconText
event string GetBeaconText ()
[edit] InitGame
[edit] Login
event PlayerPawn Login (string Portal, string Options, out string Error, class<PlayerPawn> SpawnClass)
[edit] PostBeginPlay
event PostBeginPlay ()
Overrides: Actor.PostBeginPlay
[edit] PostLogin
event PostLogin (PlayerPawn NewPlayer)
[edit] PreBeginPlay
event PreBeginPlay ()
Overrides: Actor.PreBeginPlay
[edit] PreLogin
[edit] Timer
event Timer ()
Overrides: Actor.Timer
