C# Class GameFramework.AiLogic_Npc_General

Inheritance: AbstractAiStateLogic
Exibir arquivo Open project: dreamanlan/CSharpGameFramework

Protected Methods

Method Description
OnInitStateHandlers ( ) : void
OnStateLogicCheck ( EntityInfo npc, long deltaTime ) : bool
OnStateLogicInit ( EntityInfo entity, long deltaTime ) : void

Private Methods

Method Description
CombatHandler ( EntityInfo npc, long deltaTime ) : void
GetAiData ( EntityInfo entity ) : AiData_General
GoHomeHandler ( EntityInfo entity, long deltaTime ) : void
IdleHandler ( EntityInfo npc, long deltaTime ) : void
MoveCommandHandler ( EntityInfo entity, long deltaTime ) : void
PatrolCommandHandler ( EntityInfo entity, long deltaTime ) : void
PursuitCommandHandler ( EntityInfo entity, long deltaTime ) : void
SkillCommandHandler ( EntityInfo entity, long deltaTime ) : void
WaitCommandHandler ( EntityInfo entity, long deltaTime ) : void

Method Details

OnInitStateHandlers() protected method

protected OnInitStateHandlers ( ) : void
return void

OnStateLogicCheck() protected method

protected OnStateLogicCheck ( EntityInfo npc, long deltaTime ) : bool
npc EntityInfo
deltaTime long
return bool

OnStateLogicInit() protected method

protected OnStateLogicInit ( EntityInfo entity, long deltaTime ) : void
entity EntityInfo
deltaTime long
return void