Mostly Harmless
UE2:U2NPCControllerShared instance functions (U2XMP)
Object >> Actor >> Controller >> LicenseeController >> AIController >> U2NPCController >> U2NPCControllerScriptable >> U2NPCControllerShared (instance functions) |
Contents
- 1 Instance functions
- 1.1 AddedHumanThreat
- 1.2 AdjustAim
- 1.3 AllowFriendlyBumpStateChanges
- 1.4 AssessThreat
- 1.5 CanDodge
- 1.6 CanRespawn
- 1.7 CheckEnemyDistance
- 1.8 CheckMaxAttackRanges
- 1.9 CheckNavigationFrom
- 1.10 CheckTargetInAttackRange
- 1.11 ClearHoldSpot
- 1.12 ClearHoldSpots
- 1.13 ClearMoveAttempts
- 1.14 CompareThreat
- 1.15 DialogAllowed
- 1.16 DialogInitiate
- 1.17 DialogTerminate
- 1.18 EnemyAcquired
- 1.19 eventBumpAll
- 1.20 eventBumpEnemy
- 1.21 eventBumpFriend
- 1.22 eventBumpOther
- 1.23 eventHearNoiseFriendly
- 1.24 eventHearNoiseOther
- 1.25 eventHearNoiseThreat
- 1.26 eventInheritEnemy
- 1.27 eventSeeAlertFriend
- 1.28 eventSeeEnemy
- 1.29 eventSeeFriend
- 1.30 eventSeeOther
- 1.31 ExecuteDodge
- 1.32 FaceTarget
- 1.33 FearThisSpot
- 1.34 FindBestPathToward
- 1.35 FindLocalEnemy
- 1.36 FindNewStakeOutDir
- 1.37 ForceNavigationError
- 1.38 FriendlyBumpSpecial
- 1.39 GetAttackRating
- 1.40 GetBounceLifespan
- 1.41 GetDamageRadius
- 1.42 GetDirectionalPatrol
- 1.43 GetFaceSpecialGoal
- 1.44 GetFireOffset
- 1.45 GetFireRating
- 1.46 GetHoldSpot
- 1.47 GetInstantProjectileAim
- 1.48 GetLastSeenAimLocation
- 1.49 GetLookedAtCos
- 1.50 GetMissVector
- 1.51 GetMoveSpeed
- 1.52 GetMoveTargetFollow
- 1.53 GetPathTo
- 1.54 GetPathToActor
- 1.55 GetSlowProjectileAim
- 1.56 GetSpecialGoal
- 1.57 GetSpecialGoalDistance
- 1.58 GetSplashLocation
- 1.59 GetTargetLocation
- 1.60 GetTimeOutTolerance
- 1.61 GetTossedAim
- 1.62 HandleBumpedByEnemy
- 1.63 HandleDestinationReached
- 1.64 HandleEnemyNoise
- 1.65 HandleFriendlyBumps
- 1.66 HandleIncoming
- 1.67 HandleSetMoveTargetError
- 1.68 IgnoreTargetRange
- 1.69 ImpalePawn
- 1.70 IsCloseToDynamicGoal
- 1.71 IsUsable
- 1.72 LockAnimationController
- 1.73 MaybeAcquireEnemy
- 1.74 MaybeAlertOthers
- 1.75 MaybeAvoidFriendlyBump
- 1.76 MaybeInheritEnemy
- 1.77 MaybeSetEnemy
- 1.78 MoveAgain
- 1.79 NeedToTurn
- 1.80 NotifyMeleeDamagedEnemy
- 1.81 NotifyUnuse
- 1.82 OnUnuse
- 1.83 OnUse
- 1.84 Possess
- 1.85 RandomizeStakeOutDir
- 1.86 ReactToAlertFriend
- 1.87 ReactToFriend
- 1.88 RecoverFromMinZError
- 1.89 RecoverFromNavigationError
- 1.90 RecoverFromStuckError
- 1.91 ReduceThreat
- 1.92 RelativeStrength
- 1.93 RestoreAlertness
- 1.94 RestoreStance
- 1.95 SelectInventorySpotDestination
- 1.96 SelectStance
- 1.97 SetAlertness
- 1.98 SetDirectionalPatrol
- 1.99 SetFall
- 1.100 SetFrozen
- 1.101 SetMoveTarget
- 1.102 SetPeripheralVision
- 1.103 SetScriptedFocus
- 1.104 SetScriptedIdleAnims
- 1.105 SetSharedTimer
- 1.106 SetSpecialGoal
- 1.107 SetTestMoveTarget
- 1.108 SharedTimerEvent
- 1.109 ShotFiredNotification
- 1.110 ShouldBounceProjectile
- 1.111 ShouldClearSpecialColliders
- 1.112 ShouldTryToLead
- 1.113 Shutdown
- 1.114 SplashDamageAttack
- 1.115 StopFiringAtEnemy
- 1.116 StrafeFromDamage
- 1.117 TeleportedPawn
- 1.118 TeleportPawn
- 1.119 TestAimLocation
- 1.120 TestMissLocation
- 1.121 TryToDodge
- 1.122 TryToHit
- 1.123 UnderLift
- 1.124 UnImpalePawn
- 1.125 UnlockAnimationController
- 1.126 UnuseActor
- 1.127 UpdateAcceleration
- 1.128 UpdateStance
- 1.129 UseActor
- 1.130 VerifyJumpDodgeVector
- 1.131 VerifyMobility
- 1.132 VerifyRollDodgeVector
- 1.133 ViewObstructed
- 1.134 WanderAfterFriendlyBumpExtra
;Other member categories for this class::constants, properties
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. |
Instance functions
AddedHumanThreat
AdjustAim
Overrides: Controller.AdjustAim
AllowFriendlyBumpStateChanges
AssessThreat
CanDodge
CanRespawn
Overrides: Controller.CanRespawn
CheckEnemyDistance
CheckMaxAttackRanges
CheckTargetInAttackRange
Overrides: U2NPCController.CheckTargetInAttackRange
ClearHoldSpot
ClearHoldSpots
ClearMoveAttempts
CompareThreat
DialogAllowed
DialogInitiate
Overrides: Actor.DialogInitiate
DialogTerminate
Overrides: Actor.DialogTerminate
EnemyAcquired
eventBumpAll
eventBumpEnemy
Overrides: U2NPCControllerScriptable.eventBumpEnemy
eventBumpFriend
Overrides: U2NPCControllerScriptable.eventBumpFriend
eventBumpOther
Overrides: U2NPCControllerScriptable.eventBumpOther
eventHearNoiseFriendly
Overrides: U2NPCControllerScriptable.eventHearNoiseFriendly
eventHearNoiseOther
Overrides: U2NPCControllerScriptable.eventHearNoiseOther
eventHearNoiseThreat
Overrides: U2NPCControllerScriptable.eventHearNoiseThreat
eventInheritEnemy
Overrides: U2NPCControllerScriptable.eventInheritEnemy
eventSeeAlertFriend
Overrides: U2NPCControllerScriptable.eventSeeAlertFriend
eventSeeEnemy
Overrides: U2NPCControllerScriptable.eventSeeEnemy
eventSeeFriend
Overrides: U2NPCControllerScriptable.eventSeeFriend
eventSeeOther
Overrides: U2NPCControllerScriptable.eventSeeOther
ExecuteDodge
FaceTarget
FearThisSpot
Overrides: Controller.FearThisSpot
FindBestPathToward
FindLocalEnemy
FindNewStakeOutDir
Overrides: U2NPCController.ForceNavigationError
FriendlyBumpSpecial
GetAttackRating
Overrides: Controller.GetAttackRating
GetBounceLifespan
Overrides: U2NPCController.GetBounceLifespan
GetDamageRadius
GetDirectionalPatrol
GetFaceSpecialGoal
Overrides: U2NPCController.GetFaceSpecialGoal
GetFireOffset
GetFireRating
Overrides: Controller.GetFireRating
GetHoldSpot
GetInstantProjectileAim
GetLastSeenAimLocation
GetLookedAtCos
GetMissVector
GetMoveSpeed
GetMoveTargetFollow
GetPathTo
GetPathToActor
GetSlowProjectileAim
GetSpecialGoal
Overrides: U2NPCController.GetSpecialGoal
GetSpecialGoalDistance
Overrides: U2NPCController.GetSpecialGoalDistance
GetSplashLocation
GetTargetLocation
GetTimeOutTolerance
GetTossedAim
HandleBumpedByEnemy
HandleDestinationReached
HandleEnemyNoise
HandleFriendlyBumps
HandleIncoming
Overrides: U2NPCController.HandleIncoming
HandleSetMoveTargetError
IgnoreTargetRange
ImpalePawn
IsCloseToDynamicGoal
IsUsable
Overrides: Actor.IsUsable
LockAnimationController
MaybeAcquireEnemy
MaybeAlertOthers
MaybeAvoidFriendlyBump
MaybeInheritEnemy
Overrides: U2NPCController.MaybeInheritEnemy
MaybeSetEnemy
Overrides: U2NPCController.MaybeSetEnemy
MoveAgain
NeedToTurn
NotifyMeleeDamagedEnemy
NotifyUnuse
Overrides: Actor.NotifyUnuse
OnUnuse
Overrides: Actor.OnUnuse
OnUse
Overrides: Actor.OnUse
Possess
Overrides: U2NPCControllerScriptable.Possess
RandomizeStakeOutDir
ReactToAlertFriend
ReactToFriend
RecoverFromMinZError
RecoverFromStuckError
ReduceThreat
RelativeStrength
RestoreAlertness
RestoreStance
SelectInventorySpotDestination
SelectStance
SetAlertness
SetDirectionalPatrol
Overrides: U2NPCControllerScriptable.SetDirectionalPatrol
SetFall
Overrides: Controller.SetFall
SetFrozen
Overrides: Controller.SetFrozen
SetMoveTarget
SetPeripheralVision
SetScriptedFocus
Overrides: U2NPCControllerScriptable.SetScriptedFocus
SetScriptedIdleAnims
Overrides: U2NPCControllerScriptable.SetScriptedIdleAnims
SetSpecialGoal
Overrides: U2NPCController.SetSpecialGoal
SetTestMoveTarget
Overrides: U2NPCController.SetTestMoveTarget
ShotFiredNotification
Overrides: Controller.ShotFiredNotification
ShouldBounceProjectile
Overrides: U2NPCController.ShouldBounceProjectile
ShouldClearSpecialColliders
ShouldTryToLead
Shutdown
Overrides: U2NPCControllerScriptable.Shutdown
SplashDamageAttack
StopFiringAtEnemy
StrafeFromDamage
TeleportedPawn
TeleportPawn
TestAimLocation
TestMissLocation
TryToDodge
TryToHit
UnderLift
Overrides: AIController.UnderLift
UnImpalePawn
UnlockAnimationController
UnuseActor
Overrides: U2NPCControllerScriptable.UnuseActor
UpdateAcceleration
UpdateStance
UseActor
Overrides: U2NPCControllerScriptable.UseActor