I don't need to test my programs. I have an error-correcting modem.
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[edit]
AddBot[edit]
function bool AddBot ()
AddDefaultInventory[edit]
function AddDefaultInventory (Pawn PlayerPawn)
AllowsBroadcast[edit]
CanSpectate[edit]
ChangeName[edit]
ChangeTeam[edit]
CreatureKillMessage[edit]
DiscardInventory[edit]
function DiscardInventory (Pawn Other)
EndGame[edit]
function EndGame (string Reason)
FindPlayerStart[edit]
GetIntOption[edit]
GetKeyValue[edit]
GetRules[edit]
function string GetRules ()
GetServerPort[edit]
function int GetServerPort ()
GrabOption[edit]
HasOption[edit]
InitGameReplicationInfo[edit]
function InitGameReplicationInfo ()
IsRelevant[edit]
Killed[edit]
KillMessage[edit]
LogGameParameters[edit]
function LogGameParameters (StatLog StatLog)
Logout[edit]
function Logout (Pawn Exiting)
ParseOption[edit]
PickupQuery[edit]
PlayerJumpZScaling[edit]
function float PlayerJumpZScaling ()
PlayerKillMessage[edit]
PlaySpawnEffect[edit]
PlayTeleportEffect[edit]
ProcessServerTravel[edit]
ReduceDamage[edit]
RestartGame[edit]
function RestartGame ()
RestartPlayer[edit]
ScoreEvent[edit]
ScoreKill[edit]
SendPlayer[edit]
function SendPlayer (PlayerPawn aPlayer, string URL)
SetEndCams[edit]
SetGameSpeed[edit]
function SetGameSpeed (float T)
SetPause[edit]
ShouldRespawn[edit]
StartPlayer[edit]
function StartPlayer (PlayerPawn Other)