Gah - a solution with more questions. – EntropicLqd
UE2:U2NPCControllerBasic (U2XMP)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Controller >> LicenseeController >> AIController >> U2NPCController >> U2NPCControllerScriptable >> U2NPCControllerShared >> U2NPCControllerBase >> U2NPCControllerBasic |
Contents
- Package:
- U2AI
- Known classes within U2NPCControllerBasic:
- BehaviorControllerBasic, BehaviorControllerInterf
- Direct subclasses:
- SkaarjController, U2AraknidController, U2DrakkBossController, U2NPCControllerAdvanced, U2RammerController, U2ToscController
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. |
U2NPCControllerBasic.uc Created By: Mike Fox Created On: 8/01/00 $Author: Mfox $ $Date: 1/07/03 10:31a $ $Revision: 156 $
Constants[edit]
FakeNotifyLeapBeginTimerName[edit]
Value: 'FakeNotifyLeapBeginTimer'
FreezeNPCHackTimerName[edit]
Value: 'FreezeNPCHackTimer'
LeapBeginNotify[edit]
Value: 'LeapBeginNotify'
StayNotify[edit]
Value: 'Stay'
MinImpaleCos[edit]
Value: -0.93
CrouchStanceChangeDuration[edit]
Value: 0.50
ProneStanceChangeDuration[edit]
Value: 0.75
Properties[edit]
Property group 'Controller'[edit]
bShowOrdersObjects[edit]
Type: bool
Modifiers: globalconfig, private
Internal variables[edit]
See U2NPCControllerBasic internal variables.
Default values[edit]
Property | Value |
---|---|
bProbeEnemyInMeleeRange | True |
bProbeHearNoise | True |
bProbeNotifyBump | True |
bProbeSeeEnemy | True |
CosMinFacingTargetAngle | 0.866 |
Functions[edit]
Events[edit]
Destroyed[edit]
event Destroyed ()
Overrides: U2NPCControllerBase.Destroyed
EnemyInLeapRange[edit]
event EnemyInLeapRange (float Distance)
Overrides: Controller.EnemyInLeapRange
EnemyInMeleeRange[edit]
event EnemyInMeleeRange ()
Overrides: Controller.EnemyInMeleeRange
EnemyInvalid[edit]
event EnemyInvalid ()
Overrides: Controller.EnemyInvalid
Other instance functions[edit]
See U2NPCControllerBasic instance functions.