Legacy:FlagBase

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to navigation Jump to search
UT :: Actor >> NavigationPoint >> FlagBase (Package: BotPack)

The FlagBase actor is the actor which tells UT where to place the flag for CTF or any mod that uses flags at various points in the level. When you place a FlagBase in the level it will appear as a blue flag.

For the UT200x version of the FlagBase, see xRealCTFBase.

The flag will appear the right color in-game as long as you set the Flagbase -> Team property to the team you want.

The team numbers are 0 = Red, 1 = Blue.

Properties

Main

int Team 
The team number of the defending team for this flag.

Related Topics