Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

XGame.xVehicleCTFGame

Extends
xCTFGame

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.GameInfo
         |   
         +-- UnrealGame.UnrealMPGameInfo
            |   
            +-- UnrealGame.DeathMatch
               |   
               +-- UnrealGame.TeamGame
                  |   
                  +-- UnrealGame.CTFGame
                     |   
                     +-- XGame.xCTFGame
                        |   
                        +-- XGame.xVehicleCTFGame

Variables Summary
LoadingHints
array<string>VCTFHints
Inherited Variables from UnrealGame.CTFGame
CTFHints

Functions Summary
functionbool AllowTransloc ()))
functionarray<string> GetAllLoadHints (optional bool bThisClassOnly))
functionbool NeverAllowTransloc ()))
Inherited Functions from XGame.xCTFGame
FindSpecGoalFor, PrecacheGameStaticMeshes, PrecacheGameTextures, SetGrammar
Inherited Functions from UnrealGame.CTFGame
CheckEndGame, DiscardInventory, GetAllLoadHints, GetGameObject, Logout, NearGoal, OrderToIndex, PostBeginPlay, PrecacheGameAnnouncements, RegisterVehicle, ScoreFlag, ScoreGameObject, SetTeamFlags, SpawnWait, UpdateAnnouncements


Variables Detail

LoadingHints

VCTFHints Source code

var(LoadingHints) private localized array<string> VCTFHints;


Functions Detail

AllowTransloc Source code

function bool AllowTransloc ( ) )

GetAllLoadHints Source code

static function array<string> GetAllLoadHints ( optional bool bThisClassOnly) )

NeverAllowTransloc Source code

static function bool NeverAllowTransloc ( ) )


Defaultproperties

defaultproperties
{
	MapListType="XInterface.MapListVehicleCTF"
	GameName="Vehicle CTF"
	DecoTextName="XGame.xVehicleCTFGame"
	ScreenShotName="UT2004Thumbnails.VCTFShots"
	bAllowTrans=false
	bDefaultTranslocator=false
	BeaconName="VCTF"
	MapPrefix="VCTF"
	Acronym="VCTF"
	Description="Like traditional Capture The Flag, only adding vehicles into the mix! Only ground-based vehicles can carry the flag."
	bAllowVehicles=true


    VCTFHints(0)="You can't carry the flag in a Manta or a Raptor."
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:30.927 - Created with UnCodeX