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

XGame.InstagibCTF

Extends
xCTFGame

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

Variables Summary
boolbAllowBoost
boolbLowGrav
boolbZoomInstagib
stringZoomDescText
stringZoomDisplayText
Inherited Variables from UnrealGame.CTFGame
CTFHints

Functions Summary
eventbool AcceptPlayInfoProperty (string PropertyName)
functionbool AllowMutator (string MutatorClassName)
function FillPlayInfo (PlayInfo PlayInfo)
eventstring GetDescriptionText (string PropName)
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

bAllowBoost Source code

var globalconfig bool bAllowBoost;

bLowGrav Source code

var globalconfig bool bLowGrav;

bZoomInstagib Source code

var globalconfig bool bZoomInstagib;

ZoomDescText Source code

var localized string ZoomDescText;

ZoomDisplayText Source code

var localized string ZoomDisplayText;


Functions Detail

AcceptPlayInfoProperty Source code

static event bool AcceptPlayInfoProperty ( string PropertyName )

AllowMutator Source code

static function bool AllowMutator ( string MutatorClassName )

FillPlayInfo Source code

static function FillPlayInfo ( PlayInfo PlayInfo )

GetDescriptionText Source code

static event string GetDescriptionText ( string PropName )


Defaultproperties

defaultproperties
{
     bAllowBoost=True
     ZoomDisplayText="Allow Zoom"
     ZoomDescText="Instagib rifles have sniper scopes."
     bAllowTrans=False
     bDefaultTranslocator=False
     MutatorClass="xGame.InstagibMutator"
     GameName="Instagib CTF"
     DecoTextName="XGame.InstagibCTF"
     Acronym="ICTF"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:02.671 - Created with UnCodeX