I love the smell of UnrealEd crashing in the morning. – tarquin
UE2:ONSOnslaughtGame instance functions (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Info >> GameInfo >> UnrealMPGameInfo >> DeathMatch >> TeamGame >> xTeamGame >> ONSOnslaughtGame (instance functions) |
Contents
- 1 Instance functions
- 1.1 AddLink
- 1.2 AllowTransloc
- 1.3 ApplyOrder
- 1.4 ChangeTeam
- 1.5 CheckEndGame
- 1.6 CheckScore
- 1.7 ClearLinks
- 1.8 CriticalPlayer
- 1.9 DeadUse
- 1.10 DeletePowerLinkSetup
- 1.11 FindLinkSetup
- 1.12 FindPlayerStart
- 1.13 GetServerDetails
- 1.14 GetServerInfo
- 1.15 HasLink
- 1.16 Killed
- 1.17 MainCoreDestroyed
- 1.18 ParseOrder
- 1.19 PlayStartupMessage
- 1.20 RemoveLink
- 1.21 Reset
- 1.22 ResetPowerLinks
- 1.23 SavePowerLinkSetup
- 1.24 ScoreObjective
- 1.25 SetCoreDistance
- 1.26 SetEndGameFocus
- 1.27 SetPowerLinkSetup
- 1.28 SetupExists
- 1.29 SetupLinks
- 1.30 Sever
- 1.31 ShowPathTo
- 1.32 StartMatch
- 1.33 UpdateLinks
- 1.34 UpdateSeveredLinks
- 1.35 ValidSpawnPoint
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
AddLink
AllowTransloc
function bool AllowTransloc ()
Overrides: DeathMatch.AllowTransloc
ApplyOrder
Overrides: TeamGame.ApplyOrder
ChangeTeam
Overrides: TeamGame.ChangeTeam
CheckEndGame
Overrides: TeamGame.CheckEndGame
CheckScore
function CheckScore (PlayerReplicationInfo Scorer)
Overrides: TeamGame.CheckScore
ClearLinks
function ClearLinks ()
CriticalPlayer
function bool CriticalPlayer (Controller Other)
Overrides: TeamGame.CriticalPlayer
DeadUse
function DeadUse (PlayerController PC)
Overrides: GameInfo.DeadUse
DeletePowerLinkSetup
FindLinkSetup
function FindLinkSetup (optional string IgnoredSetup)
FindPlayerStart
function NavigationPoint FindPlayerStart (Controller Player, optional byte InTeam, optional string incomingName)
Overrides: DeathMatch.FindPlayerStart
GetServerDetails
function GetServerDetails (out GameInfo.ServerResponseLine ServerState)
Overrides: TeamGame.GetServerDetails
GetServerInfo
function GetServerInfo (out GameInfo.ServerResponseLine ServerState)
Overrides: GameInfo.GetServerInfo
HasLink
Killed
function Killed (Controller Killer, Controller Killed, Pawn KilledPawn, class<DamageType> damageType)
Overrides: DeathMatch.Killed
MainCoreDestroyed
function MainCoreDestroyed (byte T)
ParseOrder
Overrides: TeamGame.ParseOrder
PlayStartupMessage
function PlayStartupMessage ()
Overrides: DeathMatch.PlayStartupMessage
RemoveLink
Reset
function Reset ()
Overrides: DeathMatch.Reset
ResetPowerLinks
function ResetPowerLinks ()
SavePowerLinkSetup
ScoreObjective
function ScoreObjective (PlayerReplicationInfo Scorer, float Score)
Overrides: DeathMatch.ScoreObjective
SetCoreDistance
SetEndGameFocus
function SetEndGameFocus (PlayerReplicationInfo Winner)
Overrides: TeamGame.SetEndGameFocus
SetPowerLinkSetup
SetupExists
SetupLinks
function SetupLinks ()
Sever
function Sever (ONSPowerCore PC, int TeamIndex)
ShowPathTo
function ShowPathTo (PlayerController P, int TeamNum)
Overrides: TeamGame.ShowPathTo
StartMatch
function StartMatch ()
Overrides: DeathMatch.StartMatch
UpdateLinks
function UpdateLinks ()
UpdateSeveredLinks
function UpdateSeveredLinks ()