| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.Mutator
|
+-- BotsCombos.MutBotsCombos
| Variables Summary | |
|---|---|
| class<Combo> | newComboClass[16] |
| string | newComboString[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 | ||
|---|---|---|
![]() | bool | CheckReplacement (Actor Other, out byte bSuperRelevant) |
![]() | ModifyPlayer (Pawn Other) | |
| Inherited Functions from Engine.Info |
|---|
| AcceptPlayInfoProperty, AllowClassRemoval, FillPlayInfo, GetDescriptionText, GetSecurityLevel |
| Variables Detail |
|---|
| Functions Detail |
|---|
CheckReplacement Source code
ModifyPlayer Source code| 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 | UnrealScript Documentation |
| previous class next class | frames no frames | |||||