UTGame.UTOnslaughtSquadAI
- Extends
- UTSquadAI
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.ReplicationInfo
|
+-- UTGame.UTSquadAI
|
+-- UTGame.UTOnslaughtSquadAI
Inherited Variables from UTGame.UTSquadAI |
AttackString, bAddTransientCosts, bFreelance, bFreelanceAttack, bFreelanceDefend, bRoamingSquad, bShouldUseGatherPoints, CurrentOrders, DefendString, Enemies[8], FormationSize, FreelanceString, HoldString, LeaderPRI, MaxSquadRoutes, MaxSquadSize, NextSquad, ObjectiveRouteCache, PendingSquadRouteMaker, PreviousObjectiveRouteCache, RouteObjective, Size, SquadLeader, SquadMembers, SquadObjective, SquadRouteIteration, SquadRoutes, SupportString, SupportStringTrailer, Team |
Functions Summary |
 | bool | AllowTaunt (UTBot B))
|
 | bool | AssignSquadResponsibility (UTBot B))
|
 | bool | BeDevious (Pawn Enemy))
|
 | bool | CheckBarricades (UTBot B))
|
 | bool | CheckOrbCarrierObjective (UTBot B))
|
 | bool | CheckSquadObjectives (UTBot B))
|
 | bool | CheckVehicle (UTBot B))
|
 | bool | FindPathToObjective (UTBot B, Actor O))
|
 | actor | FormationCenter (Controller C))
|
 | float | GetMaxDefenseDistanceFrom (Actor Center, UTBot B))
|
 | float | GetMaxObjectiveGetOutDist ()))
|
 | bool | GetOrbToDefendNode (UTBot B))
|
 | name | GetOrders ()))
|
 | UTGameObjective | GetStartObjective (UTBot B))
|
 | Actor | GetTowingDestination (UTVehicle Towed))
|
 | | Initialize (UTTeamInfo T, UTGameObjective O, Controller C))
|
 | | MarkHuntingSpots (UTBot B))
|
 | float | MaxVehicleDist (Pawn P))
|
 | | ModifyAggression (UTBot B, out float Aggression)
|
 | float | ModifyThreat (float current, Pawn NewThreat, bool bThreatVisible, UTBot B))
|
 | bool | MustCompleteOnFoot (Actor O, optional Pawn P))
|
 | bool | MustKeepEnemy (Pawn E))
|
 | bool | NodeTeleport (UTBot B))
|
 | bool | OwnAllPowerNodes ()))
|
 | byte | PriorityObjective (UTBot B))
|
 | | SetDefenseScriptFor (UTBot B))
|
 | | SetObjective (UTGameObjective O, bool bForceUpdate))
|
 | bool | ShouldCheckSuperVehicle (UTBot B))
|
 | bool | ShouldUseAlternatePaths ()))
|
 | float | VehicleDesireability (UTVehicle V, UTBot B))
|
Inherited Functions from UTGame.UTSquadAI |
AcceptableDefensivePosition, AddBot, AddEnemy, AddTransientCosts, AllowContinueOnFoot, AllowDetourTo, AllowImpactJumpBy, AllowTaunt, AllowTranslocationBy, AssessThreat, AssignSquadResponsibility, BeDevious, BotEnteredVehicle, BotSuitability, CheckHoverboard, CheckSquadObjectives, CheckSuperItem, CheckTowing, CheckVehicle, ClearPathFor, CloseEnoughToObjective, CloseToLeader, CriticalObjectiveWarning, Destroyed, DisplayDebug, EnterAndExitVehicle, FindDefensivePositionFor, FindNewEnemyFor, FindPathToObjective, FormationCenter, FriendlyToward, GetFacingRotation, GetLinkVehicle, GetMaxDefenseDistanceFrom, GetOnHoverboard, GetOrders, GetOrderStringFor, GetShortOrderStringFor, GetSize, GetStartObjective, GetTeamNum, GetTowingDestination, GotoVehicle, HandlePathObstruction, HasOtherVisibleEnemy, Initialize, IsDefending, IsOnPathToSquadObjective, IsOnSquad, LeaveVehicleAtParkingSpot, LeaveVehicleToReachObjective, LostEnemy, MarkHuntingSpots, MaxVehicleDist, MergeWith, ModifyAggression, ModifyThreat, MustCompleteOnFoot, MustKeepEnemy, NearFormationCenter, NeverBail, NotifyKilled, OverrideFollowPlayer, PickBotToReassign, PickNewLeader, PickRetreatDestination, PriorityObjective, RateDefensivePosition, RemoveBot, RemoveEnemy, RemovePlayer, Reset, Retask, SetAlternatePathTo, SetDefenseScriptFor, SetEnemy, SetFacingActor, SetLeader, SetObjective, ShouldCheckSuperVehicle, ShouldDeferTo, ShouldDestroyTranslocator, ShouldSuppressEnemy, ShouldUndeployVehicle, ShouldUseAlternatePaths, ShouldUseHoverboard, TellBotToFollow, Tick, TryToIntercept, UndeployVehicle, UnderFire, ValidEnemy, VehicleDesireability, WaitAtThisPosition, WanderNearLeader |
var bool bDefendingSquad;
LastFailedNodeTeleportTime Source code
var float LastFailedNodeTeleportTime;
var float LastFindObjectiveTime;
MaxObjectiveGetOutDist Source code
var float MaxObjectiveGetOutDist;
function bool AllowTaunt (
UTBot B) )
AssignSquadResponsibility Source code
function bool AssignSquadResponsibility (
UTBot B) )
function bool BeDevious (
Pawn Enemy) )
function bool CheckBarricades (
UTBot B) )
CheckOrbCarrierObjective Source code
function bool CheckOrbCarrierObjective (
UTBot B) )
function bool CheckSquadObjectives (
UTBot B) )
function bool CheckVehicle (
UTBot B) )
function bool FindPathToObjective (
UTBot B,
Actor O) )
GetMaxDefenseDistanceFrom Source code
function float GetMaxDefenseDistanceFrom (
Actor Center,
UTBot B) )
GetMaxObjectiveGetOutDist Source code
function float GetMaxObjectiveGetOutDist ( ) )
function bool GetOrbToDefendNode (
UTBot B) )
function name GetOrders ( ) )
function MarkHuntingSpots (
UTBot B) )
function float MaxVehicleDist (
Pawn P) )
function ModifyAggression (
UTBot B, out
float Aggression )
function float ModifyThreat (
float current,
Pawn NewThreat,
bool bThreatVisible,
UTBot B) )
function bool MustCompleteOnFoot (
Actor O, optional
Pawn P) )
function bool MustKeepEnemy (
Pawn E) )
function bool NodeTeleport (
UTBot B) )
function bool OwnAllPowerNodes ( ) )
function byte PriorityObjective (
UTBot B) )
function SetDefenseScriptFor (
UTBot B) )
ShouldCheckSuperVehicle Source code
function bool ShouldCheckSuperVehicle (
UTBot B) )
ShouldUseAlternatePaths Source code
function bool ShouldUseAlternatePaths ( ) )
defaultproperties
{
MaxSquadSize=3
bAddTransientCosts=True
Name="Default__UTOnslaughtSquadAI"
ObjectArchetype=UTSquadAI'UTGame.Default__UTSquadAI'
}
|
Creation time: sk 18-3-2018 10:00:54.400 - Created with
UnCodeX