Cogito, ergo sum
UE1:Bots internal variables (U1)
From Unreal Wiki, The Unreal Engine Documentation Site
Contents
- 1 Internal variables
- 1.1 Accuracy
- 1.2 AmbushSpot
- 1.3 bCamping
- 1.4 bCanDuck
- 1.5 bCanFire
- 1.6 bChangeDir
- 1.7 bClearShot
- 1.8 bCrouching
- 1.9 bFiringPaused
- 1.10 bFirstHatePlayer
- 1.11 bFrustrated
- 1.12 bGathering
- 1.13 bGreenBlood
- 1.14 bMoraleBoosted
- 1.15 bNoClearSpecial
- 1.16 bNoShootDecor
- 1.17 bReadyToAttack
- 1.18 bSpecialGoal
- 1.19 bSpecialPausing
- 1.20 bStrafeDir
- 1.21 bVerbose
- 1.22 bViewTarget
- 1.23 bWallAdjust
- 1.24 bWantsToCamp
- 1.25 CampingRate
- 1.26 CampTime
- 1.27 EnemyDropped
- 1.28 FavoriteWeapon
- 1.29 HidingSpot
- 1.30 HuntStartTime
- 1.31 LastCampCheck
- 1.32 LastInvFind
- 1.33 LastPainAnim
- 1.34 LastPainTime
- 1.35 NextAnim
- 1.36 numHuntPaths
- 1.37 OldEnemy
- 1.38 OrderObject
- 1.39 PlayerDeaths
- 1.40 PlayerKills
- 1.41 Pointer
- 1.42 TeamLeader
- 1.43 WalkingSpeed
- Bots internal variables in other games:
- RTNP, UT
- Other member categories for this class:
- instance functions, states
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. |
Internal variables
Accuracy
Type: float
AmbushSpot
Type: AmbushPoint
bCamping
Type: bool
bCanDuck
Type: bool
bCanFire
Type: bool
used by TacticalMove and Charging states
bChangeDir
Type: bool
tactical move boolean
bClearShot
Type: bool
bCrouching
Type: bool
bFiringPaused
Type: bool
bFirstHatePlayer
Type: bool
bFrustrated
Type: bool
bGathering
Type: bool
bGreenBlood
Type: bool
bMoraleBoosted
Type: bool
bNoClearSpecial
Type: bool
bNoShootDecor
Type: bool
bReadyToAttack
Type: bool
can attack again
bSpecialGoal
Type: bool
bSpecialPausing
Type: bool
bStrafeDir
Type: bool
bVerbose
Type: bool
Modifiers: config
for debugging
bViewTarget
Type: bool
is being used as a viewtarget
bWallAdjust
Type: bool
bWantsToCamp
Type: bool
CampingRate
Type: float
CampTime
Type: float
EnemyDropped
Type: Weapon
FavoriteWeapon
HidingSpot
Type: Object.Vector
HuntStartTime
Type: float
LastCampCheck
Type: float
LastInvFind
Type: float
LastPainAnim
Type: name
LastPainTime
Type: float
NextAnim
Type: name
used in states with multiple, sequenced animations
numHuntPaths
Type: int
OldEnemy
Type: Pawn
OrderObject
Type: Actor
PlayerDeaths
Type: float
PlayerKills
Type: float
Pointer
Type: Actor
TeamLeader
Type: Pawn
WalkingSpeed
Type: float
Default value: 0.4