Legacy:XCTFGame

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 12:23, 21 November 2005 by SuperApe (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

xCTFGame merely addes precaching and FindSpecGoalFor() to CTFGame. It is not clear why this is done in a separate class, instead of just putting these methods in CTFGame.

Methods

PrecacheGameTextures
PrecacheGameStaticMeshes
FindSpecGoalFor
Returns the flag carrier or the nearest flag.

Related Topics