There is no spoon
UE1:GameInfo instance functions (U1)
From Unreal Wiki, The Unreal Engine Documentation Site
Contents
- 1 Instance functions
- 1.1 AddBot
- 1.2 AddDefaultInventory
- 1.3 AllowsBroadcast
- 1.4 CanSpectate
- 1.5 ChangeName
- 1.6 ChangeTeam
- 1.7 CreatureKillMessage
- 1.8 DiscardInventory
- 1.9 EndGame
- 1.10 FindPlayerStart
- 1.11 GetIntOption
- 1.12 GetKeyValue
- 1.13 GetRules
- 1.14 GetServerPort
- 1.15 GrabOption
- 1.16 HasOption
- 1.17 InitGameReplicationInfo
- 1.18 IsRelevant
- 1.19 Killed
- 1.20 KillMessage
- 1.21 LogGameParameters
- 1.22 Logout
- 1.23 ParseOption
- 1.24 PickupQuery
- 1.25 PlayerJumpZScaling
- 1.26 PlayerKillMessage
- 1.27 PlaySpawnEffect
- 1.28 PlayTeleportEffect
- 1.29 ProcessServerTravel
- 1.30 ReduceDamage
- 1.31 RestartGame
- 1.32 RestartPlayer
- 1.33 ScoreEvent
- 1.34 ScoreKill
- 1.35 SendPlayer
- 1.36 SetEndCams
- 1.37 SetGameSpeed
- 1.38 SetPause
- 1.39 ShouldRespawn
- 1.40 StartPlayer
- GameInfo instance functions in other games:
- RTNP, UT, U2, U2XMP, UE2Runtime, UT2003, UT2004, UT3, UDK
- Other member categories for this class:
- properties
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. |
Instance functions
AddBot
function bool AddBot ()
AddDefaultInventory
function AddDefaultInventory (Pawn PlayerPawn)
AllowsBroadcast
CanSpectate
ChangeName
ChangeTeam
CreatureKillMessage
DiscardInventory
function DiscardInventory (Pawn Other)
EndGame
function EndGame (string Reason)
FindPlayerStart
GetIntOption
GetKeyValue
GetRules
function string GetRules ()
GetServerPort
function int GetServerPort ()
GrabOption
HasOption
InitGameReplicationInfo
function InitGameReplicationInfo ()
IsRelevant
Killed
KillMessage
LogGameParameters
function LogGameParameters (StatLog StatLog)
Logout
function Logout (Pawn Exiting)
ParseOption
PickupQuery
PlayerJumpZScaling
function float PlayerJumpZScaling ()
PlayerKillMessage
PlaySpawnEffect
PlayTeleportEffect
ProcessServerTravel
ReduceDamage
RestartGame
function RestartGame ()
RestartPlayer
ScoreEvent
ScoreKill
SendPlayer
function SendPlayer (PlayerPawn aPlayer, string URL)
SetEndCams
SetGameSpeed
function SetGameSpeed (float T)
SetPause
ShouldRespawn
StartPlayer
function StartPlayer (PlayerPawn Other)