The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

Legacy:CTFGame

From Unreal Wiki, The Unreal Engine Documentation Site

Revision as of 23:54, 2 December 2005 by 192.251.69.54 (Talk)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Contents

[edit] Functions

[edit] Inherited from Actor

PostBeginPlay 
Calls SetTeamFlags.

[edit] Inherited from UnrealMPGameInfo

SpawnWait

[edit] Inherited from GameInfo

Logout 
Make a player drop his flags when he leaves.
CheckEndGame 
Set the focus to the winning team's flag at the end.
DiscardInventory 
Make players drop their flags along with everything else.

[edit] Other Methods

SetTeamFlags 
Hook up the flags with the CTFTeamAI objects.
ScoreFlag 
Called when a flag is scored or returned.

[edit] Known subclasses

[edit] Related Topics


Category:Legacy Class (UT2003)

Category:Legacy Class (UT2004)

Category:Legacy To Do – A little more description on the function definitions (arguments, return variable types, etc.)