The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
Legacy:CTFGame
From Unreal Wiki, The Unreal Engine Documentation Site
Contents
Functions[edit]
Inherited from Actor[edit]
- PostBeginPlay
- Calls SetTeamFlags.
Inherited from UnrealMPGameInfo[edit]
- SpawnWait
Inherited from GameInfo[edit]
- 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.
Other Methods[edit]
- SetTeamFlags
- Hook up the flags with the CTFTeamAI objects.
- ScoreFlag
- Called when a flag is scored or returned.
Known subclasses[edit]
Related Topics[edit]
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.)