I don't need to test my programs. I have an error-correcting modem.

Legacy:XTeamGame

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT2003 :: Actor >> Info >> GameInfo >> UnrealMPGameInfo >> DeathMatch >> TeamGame >> xTeamGame (Package: XGame )

xTeamGame just adds the precaching functions to TeamGame.

[edit] Functions

PrecacheGameTextures 
Loads link-symbol team beacons and player skins.
PrecacheGameStaticMeshes 
Calls xDeathMatch.PrecacheGameStaticMeshes (which does nothing).

[edit] Known Subclasses

xTeamGame
  +- ASGameInfo
  +- Invasion
  +- ONSOnslaughtGame

[edit] Discussion

Uncommon: I don't understand why the precaching is put in a separate class for this and xCTFGame, especially since xBombingRun and xDoubleDom don't do this. It almost seems like someone didn't know that static functions are inherited. Or maybe at some point in development they made a major change to the way game types are defined, and they didn't bother cleaning everything up.

Personal tools