Cogito, ergo sum
Legacy:FlagBase
From Unreal Wiki, The Unreal Engine Documentation Site
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[edit]
Main[edit]
- int Team
- The team number of the defending team for this flag.
Related Topics[edit]
- Mapping for CTF
- Mapping for VCTF (UT2004)