There is no spoon
UE2:SquadAI (UT2004)
Object >> Actor >> Info >> ReplicationInfo >> SquadAI |
Contents
- 1 Properties
- 1.1 AlternatePath
- 1.2 AlternatePathTag
- 1.3 AttackString
- 1.4 bAddTransientCosts
- 1.5 bFreelance
- 1.6 bFreelanceAttack
- 1.7 bFreelanceDefend
- 1.8 bRoamingSquad
- 1.9 CurrentOrders
- 1.10 DefendString
- 1.11 Enemies
- 1.12 FreelanceScripts
- 1.13 FreelanceString
- 1.14 GatherThreshold
- 1.15 HoldString
- 1.16 LeaderPRI
- 1.17 MaxSquadSize
- 1.18 NextSquad
- 1.19 RestingFormation
- 1.20 RestingFormationClass
- 1.21 Size
- 1.22 SquadLeader
- 1.23 SquadMembers
- 1.24 SquadObjective
- 1.25 SupportString
- 1.26 SupportStringTrailer
- 1.27 Team
- 1.28 Default values
- 2 Functions
- 3 States
- Package:
- UnrealGame
- Direct subclasses:
- AssaultSquadAI, BombingRunSquadAI, CTFSquadAI, DMSquad, DOMSquadAI, InvasionSquad, ONSSquadAI
- This class in other games:
- UT2003
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
SquadAI. operational AI control for TeamGame
Properties
AlternatePath
Type: AssaultPath
path to use for attacking base
AlternatePathTag
Type: name
AttackString
Type: string
Modifiers: localized
Default value: "attacking"
bAddTransientCosts
Type: bool
bFreelance
Type: bool
bFreelanceAttack
Type: bool
bFreelanceDefend
Type: bool
bRoamingSquad
Type: bool
Default value: True
CurrentOrders
Type: name
DefendString
Type: string
Modifiers: localized
Default value: "defending"
Enemies
Type: Pawn
Array size: 8
FreelanceScripts
Type: UnrealScriptedSequence
FreelanceString
Type: string
Modifiers: localized
Default value: "Sweeper"
GatherThreshold
Type: float
Default value: 0.6
HoldString
Type: string
Modifiers: localized
Default value: "holding"
LeaderPRI
Type: TeamPlayerReplicationInfo
MaxSquadSize
Type: int
Default value: 2
NextSquad
Type: SquadAI
list of squads on a team
RestingFormation
Type: RestingFormation
RestingFormationClass
Type: class<RestingFormation>
Default value: Class'UnrealGame.RestingFormation'
Size
Type: int
SquadLeader
Type: Controller
SquadMembers
Type: Bot
SquadObjective
Type: GameObjective
SupportString
Type: string
Modifiers: localized
Default value: "supporting"
SupportStringTrailer
Type: string
Modifiers: localized
Team
Type: UnrealTeamInfo
Default values
Property | Value |
---|---|
NetUpdateFrequency | 1.0 |
Functions
Events
Destroyed
Overrides: Actor.Destroyed
Other instance functions
See SquadAI instance functions.
States
Retasking
Retasking.Tick
Overrides: Actor.Tick (global)