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

BotsCombos.MutBotsCombos

Extends
Mutator
Modifiers
config ( BotsCombos )

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.Mutator
         |   
         +-- BotsCombos.MutBotsCombos

Variables Summary
class<Combo>newComboClass[16]
stringnewComboString[16]
Inherited Variables from Engine.Mutator
bAddToServerPackages, bUserAdded, ConfigMenuClassName, DefaultWeapon, DefaultWeaponName, Description, FriendlyName, GroupName, IconMaterialName, NextMutator
Inherited Variables from Engine.Info
BotsGroup, ChatGroup, GameGroup, KickVoteGroup, MapVoteGroup, RulesGroup, ServerGroup

Functions Summary
functionbool CheckReplacement (Actor Other, out byte bSuperRelevant)
function ModifyPlayer (Pawn Other)
Inherited Functions from Engine.Mutator
AddMutator, AlwaysKeep, CanEnterVehicle, CanLeaveVehicle, CheckRelevance, CheckReplacement, Destroyed, DriverEnteredVehicle, DriverLeftVehicle, GetDefaultWeapon, GetInventoryClass, GetInventoryClassOverride, GetServerDetails, GetServerPlayers, IsRelevant, ModifyLogin, ModifyPlayer, Mutate, MutatorFillPlayInfo, MutatorIsAllowed, MyDefaultWeapon, NewRecommendCombo, NotifyLogout, OverrideDownload, ParseChatPercVar, PlayerChangedClass, PreBeginPlay, RecommendCombo, ReplaceWith, ServerTraveling
Inherited Functions from Engine.Info
AcceptPlayInfoProperty, AllowClassRemoval, FillPlayInfo, GetDescriptionText, GetSecurityLevel


Variables Detail

newComboClass[16] Source code

var config class<Combo> newComboClass[16];

newComboString[16] Source code

var config string newComboString[16];


Functions Detail

CheckReplacement Source code

function bool CheckReplacement ( Actor Other, out byte bSuperRelevant )

ModifyPlayer Source code

function ModifyPlayer ( Pawn Other )


Defaultproperties

defaultproperties
{
    GroupName="BotsCombos"
    FriendlyName="Bot's Combos"
    Description="Bot's Combo Replacement Mod"
    newComboString(0)="BotsCombos.BotComboDefensive"
    newComboString(1)="BotsCombos.BotComboBerserk"
    newComboString(2)="XGame.ComboSpeed"
    newComboString(3)="XGame.ComboInvis"
    newComboString(4)=""
    newComboString(5)=""
    newComboString(6)=""
    newComboString(7)=""
    newComboString(8)=""
    newComboString(9)=""
    newComboString(10)=""
    newComboString(11)=""
    newComboString(12)=""
    newComboString(13)=""
    newComboString(14)=""
    newComboString(15)=""
    newComboClass(0)=class'BotsCombos.BotComboDefensive'
    newComboClass(1)=class'BotsCombos.BotComboBerserk'
    newComboClass(2)=class'XGame.ComboSpeed'
    newComboClass(3)=class'XGame.ComboInvis'
}

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