C# Class GameFramework.AiLogic_Npc_DslLogic

Inheritance: AbstractAiStateLogic
Afficher le fichier Open project: dreamanlan/CSharpGameFramework

Méthodes protégées

Méthode Description
OnInitStateHandlers ( ) : void
OnStateLogicCheck ( EntityInfo entity, long deltaTime ) : bool
OnStateLogicInit ( EntityInfo entity, long deltaTime ) : void

Private Methods

Méthode Description
DslLogicHandler ( EntityInfo entity, long deltaTime ) : void
GetAiData ( EntityInfo entity ) : AiData_General
IdleHandler ( EntityInfo entity, 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 méthode

protected OnInitStateHandlers ( ) : void
Résultat void

OnStateLogicCheck() protected méthode

protected OnStateLogicCheck ( EntityInfo entity, long deltaTime ) : bool
entity EntityInfo
deltaTime long
Résultat bool

OnStateLogicInit() protected méthode

protected OnStateLogicInit ( EntityInfo entity, long deltaTime ) : void
entity EntityInfo
deltaTime long
Résultat void