UE3:UTGreedGame_Content (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
UT3 Object >> Actor >> Info >> GameInfo >> UTGame >> UTDeathmatch >> UTTeamGame >> UTGreedGame >> UTGreedGame_Content
Package:
UT3GoldGame

Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.

Default values

Instance functions

AllowBecomeHero

function bool AllowBecomeHero (UTPlayerReplicationInfo PendingHeroPRI)

Overrides: UTGame.AllowBecomeHero


DropCoins

function DropCoins (Controller CoinOwner, int CoinValue)

Overrides: UTGreedGame.DropCoins

Clears the coin count of CoinOwner, and spawns

CoinValue coins at CoinOwner's location

EndGame

function EndGame (PlayerReplicationInfo Winner, string Reason)

Overrides: UTGame.EndGame


GetAutoObjectiveFor

function Actor GetAutoObjectiveFor (UTPlayerController PC)

Overrides: UTGame.GetAutoObjectiveFor

Finds an objective for the player to complete and tells the player about it

Returns the opposing team's flag base

ScoreCoinReturn

function bool ScoreCoinReturn (Controller Scorer)

Overrides: UTGreedGame.ScoreCoinReturn


ScoreKill

function ScoreKill (Controller Killer, Controller Other)

Overrides: UTTeamGame.ScoreKill

Handles the spawning of the coin when a pawn dies

Clears the coin count of the killed pawn