Unreal Greed mode (nonfiction): Difference between revisions

From Gnomon Chronicles
Jump to navigation Jump to search
(Created page with "'''Greed''' is a game mode in Unreal Tournament 3. == Code == === Class variables === * class<UTCTFFlag> : BlueFlagType * SoundCue : Co...")
 
No edit summary
 
Line 21: Line 21:
* ScoreCoinReturn (Controller Scorer)
* ScoreCoinReturn (Controller Scorer)
* TeleportToBase (UTPawn Traveler))
* TeleportToBase (UTPawn Traveler))
Source: [http://greatemerald.eu/uncodex/UT3/utgame/utgreedgame.html UTGame.UTGreedGame] @ UnCodex


== In the News ==
== In the News ==

Latest revision as of 15:06, 25 December 2020

Greed is a game mode in Unreal Tournament 3.

Code

Class variables

  • class<UTCTFFlag> : BlueFlagType
  • SoundCue : CoinReturnSound
  • UTCTFBase : FlagBases[2]
  • int : HoarderMessageThreshold
  • class<UTCTFFlag> : RedFlagType

Class functions

  • AddMutator (string mutname, optional bool bUserAdded))
  • AllowMutator (string MutatorClassName ))
  • AnnounceGreedScore (int ScoringTeam, int ScoreBump))
  • DropCoins (Controller CoinOwner, int CoinValue)
  • NearGoal (Controller C))
  • PostBeginPlay ()))
  • ScoreCoinReturn (Controller Scorer)
  • TeleportToBase (UTPawn Traveler))

Source: UTGame.UTGreedGame @ UnCodex

In the News

Fiction cross-reference

Nonfiction cross-reference

External links