I'm a doctor, not a mechanic

UE2:Bot (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search

Contents

Package: 
UnrealGame
Direct subclass:
XBot
This class in other games:
UT, UT2004

Bot.

[edit] Constants

[edit] MAXSTAKEOUTDIST

Value: 2000


[edit] ENEMYLOCATIONFUZZ

Value: 1200


[edit] TACTICALHEIGHTADVANTAGE

Value: 320


[edit] MINSTRAFEDIST

Value: 200


[edit] MINVIEWDIST

Value: 200


[edit] Properties

[edit] Property group 'Bot'

[edit] OrderNames

Type: name

Array size: 16


Default value, index 0: 'Defend'

Default value, index 1: 'Hold'

Default value, index 10: 'Attack'

Default value, index 11: 'Defend'

Default value, index 12: 'Attack'

Default value, index 13: 'Follow'

Default value, index 14: 'FreeLance'

[edit] Internal variables

See Bot internal variables.

[edit] Default values

Property Value
bIsPlayer True
FovAngle 85.0
OldMessageTime -100.0
PlayerReplicationInfoClass Class'UnrealGame.TeamPlayerReplicationInfo'
RemoteRole ROLE_None

[edit] Enums

[edit] EScriptFollow

FOLLOWSCRIPT_IgnoreAllStimuli 
FOLLOWSCRIPT_IgnoreEnemies 
FOLLOWSCRIPT_StayOnScript 
FOLLOWSCRIPT_LeaveScriptForCombat 

[edit] Functions

[edit] Events

[edit] AllowDetourTo

event bool AllowDetourTo (NavigationPoint N)

Overrides: Controller.AllowDetourTo


[edit] Desireability

event float Desireability (Pickup P)

Overrides: Controller.Desireability


[edit] Destroyed

event Destroyed ()

Overrides: Controller.Destroyed


[edit] HearNoise

event HearNoise (float Loudness, Actor NoiseMaker)

Overrides: Controller.HearNoise


[edit] NotifyBump

event bool NotifyBump (Actor Other)

Overrides: Controller.NotifyBump


[edit] NotifyLanded

event bool NotifyLanded (Object.Vector HitNormal)

Overrides: Controller.NotifyLanded


[edit] NotifyMissedJump

event NotifyMissedJump ()

Overrides: Controller.NotifyMissedJump


[edit] NotifyPhysicsVolumeChange

event bool NotifyPhysicsVolumeChange (PhysicsVolume NewVolume)

Overrides: Controller.NotifyPhysicsVolumeChange


[edit] PostBeginPlay

event PostBeginPlay ()

Overrides: Controller.PostBeginPlay


[edit] SeePlayer

event SeePlayer (Pawn SeenPlayer)

Overrides: Controller.SeePlayer


[edit] SetupSpecialPathAbilities

event SetupSpecialPathAbilities ()

Overrides: Controller.SetupSpecialPathAbilities


[edit] SoakStop

event SoakStop (string problem)

Overrides: Controller.SoakStop


[edit] Trigger

event Trigger (Actor Other, Pawn EventInstigator)

Overrides: AIController.Trigger


[edit] Other instance functions

See Bot instance functions.

[edit] States

See Bot states.