| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.GameInfo
|
+-- UTGame.UTGame
|
+-- UTGame.UTDeathmatch
|
+-- UTGame.UTTeamGame
|
+-- UTGame.UTGreedGame
|
+-- UT3GoldGame.UTGreedGame_Content
| Variables Summary |
|---|
| Inherited Variables from UTGame.UTGreedGame |
|---|
| BlueFlagType, CoinReturnSound, FlagBases[2], HoarderMessageThreshold, RedFlagType |
| Functions Summary | ||
|---|---|---|
![]() | bool | AllowBecomeHero (UTPlayerReplicationInfo PendingHeroPRI)) |
![]() | DropCoins (Controller CoinOwner, int CoinValue)) | |
![]() | EndGame (PlayerReplicationInfo Winner, string Reason )) | |
![]() | Actor | GetAutoObjectiveFor (UTPlayerController PC)) |
![]() | bool | ScoreCoinReturn (Controller Scorer)) |
![]() | ScoreKill (Controller Killer, Controller Other)) | |
| Inherited Functions from UTGame.UTGreedGame |
|---|
| AddMutator, AllowMutator, AnnounceGreedScore, DropCoins, NearGoal, PostBeginPlay, ScoreCoinReturn, TeleportToBase |
| Functions Detail |
|---|
AllowBecomeHero Source code
DropCoins Source codeClears the coin count of CoinOwner, and spawns CoinValue coins at CoinOwner's location
EndGame Source code
GetAutoObjectiveFor Source codeFinds an objective for the player to complete and tells the player about it Returns the opposing team's flag base
ScoreCoinReturn Source code
ScoreKill Source codeHandles the spawning of the coin when a pawn dies Clears the coin count of the killed pawn
| Defaultproperties |
|---|
defaultproperties
{
BlueFlagType=Class'UT3GoldGame.UTGreedBlueFlag'
RedFlagType=Class'UT3GoldGame.UTGreedRedFlag'
CoinReturnSound=SoundCue'A_Gameplay_UT3G.Greed.A_Gameplay_UT3G_Greed_DeliverSkulls01_Cue'
TeamAIType(0)=Class'UT3GoldGame.UTGreedTeamAI'
TeamAIType(1)=Class'UT3GoldGame.UTGreedTeamAI'
TeamScoreMessageClass=Class'UTGameContent.UTTeamScoreMessage'
DefaultPawnClass=Class'UTGame.UTHeroPawn'
HUDType=Class'UT3GoldGame.UTGreedHUD'
GoalScore=100
PlayerReplicationInfoClass=Class'UT3GoldGame.UTGreedPRI'
Name="Default__UTGreedGame_Content"
ObjectArchetype=UTGreedGame'UTGame.Default__UTGreedGame'
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||