Cogito, ergo sum
UE1:GameInfo (U1)
From Unreal Wiki, The Unreal Engine Documentation Site
- Package:
- Engine
- Direct subclass:
- UnrealGameInfo
- This class in other games:
- RTNP, UT, UT2004, UE2Runtime, U2, U2XMP, UT2003, UT3, UDK
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} 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
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
Login
event PlayerPawn Login (string Portal, string Options, out string Error, class<PlayerPawn> SpawnClass)
PostBeginPlay
event PostBeginPlay ()
Overrides: Actor.PostBeginPlay
PostLogin
event PostLogin (PlayerPawn NewPlayer)
PreBeginPlay
event PreBeginPlay ()
Overrides: Actor.PreBeginPlay
PreLogin
Timer
event Timer ()
Overrides: Actor.Timer