| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object | +-- UnrealGame.CustomBotConfig
| Constants Summary |
|---|
| Inherited Contants from Core.Object |
|---|
| MaxInt, Pi, RF_NotForClient, RF_NotForEdit, RF_NotForServer, RF_Public, RF_Standalone, RF_Transactional, RF_Transient |
| Variables Summary | |
|---|---|
| array<CustomConfiguration> | ConfigArray |
| string | FavoriteWeapon |
| string | NoPreference |
| Inherited Variables from Core.Object |
|---|
| Class, Name, ObjectFlags, ObjectInternal[7], Outer |
| Enumerations Summary |
|---|
| Inherited Enumerations from Core.Object |
|---|
| EAxis, ECamOrientation, EDetailMode, EDrawPivot, ESheerAxis |
| Structures Summary | ||
|---|---|---|
| CustomConfiguration CharacterName, PlayerName, CustomVoice, CustomOrders, FavoriteWeapon, Aggressiveness, Accuracy, CombatStyle, StrafingAbility, Tactics, ReactionTime, Jumpiness, bJumpy | ||
| Inherited Structures from Core.Object |
|---|
| BoundingVolume, Box, Color, CompressedPosition, Coords, FloatBox, Guid, IntBox, InterpCurve, InterpCurvePoint, Matrix, Plane, Quat, Range, RangeVector, Rotator, Scale, TMultiMap, Vector |
| Functions Summary | ||
|---|---|---|
![]() | int | AccuracyRating (CustomConfiguration CC)) |
![]() | int | AggressivenessRating (CustomConfiguration CC)) |
![]() | int | AgilityRating (CustomConfiguration CC)) |
![]() | Customize (RosterEntry R)) | |
![]() | string | GetFavoriteWeaponFor (CustomConfiguration CC)) |
![]() | int | IndexFor (string PlayerName)) |
![]() | int | RatingModifier (string CharacterName)) |
![]() | int | TacticsRating (CustomConfiguration CC)) |
| Variables Detail |
|---|
| Structures Detail |
|---|
var(CustomBotConfig) config float Accuracy;};
var(CustomBotConfig) config float Aggressiveness;
var config bool bJumpy;
var config string CharacterName;
var(CustomBotConfig) config float CombatStyle;
var config GameProfile.EPlayerPos CustomOrders;
var config string CustomVoice;
var(CustomBotConfig) config string FavoriteWeapon;
var(CustomBotConfig) config float Jumpiness;
var config string PlayerName;
var(CustomBotConfig) config float ReactionTime;
var(CustomBotConfig) config float StrafingAbility;
var(CustomBotConfig) config float Tactics;
| Functions Detail |
|---|
AccuracyRating Source code
AggressivenessRating Source code
AgilityRating Source code
Customize Source code
GetFavoriteWeaponFor Source code
IndexFor Source code
RatingModifier Source code
TacticsRating Source code| Defaultproperties |
|---|
defaultproperties
{
NoPreference="No Weapon Preference"
FavoriteWeapon="Favorite Weapon:"
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||