Свойство | Тип | Описание | |
---|---|---|---|
OnAiAddImpact | AiAddImpactDelegation | ||
OnAiDead | AiDeadDelegation | ||
OnAiFace | AiFaceDelegation | ||
OnAiInitDslLogic | AiInitDslLogic | ||
OnAiMeetEnemy | AiMeetEnemy | ||
OnAiPursue | AiPursueDelegation | ||
OnAiRemoveImpact | AiRemoveImpactDelegation | ||
OnAiSelectSkill | AiSelectSkill | ||
OnAiSendStoryMessage | AiSendStoryMessageDelegation | ||
OnAiSkill | AiSkillDelegation | ||
OnAiStopPursue | AiStopPursueDelegation | ||
OnAiStopSkill | AiStopSkillDelegation | ||
OnAiTarget | AiTargetDelegation |
Метод | Описание | |
---|---|---|
AbstractAiStateLogic ( ) : System | ||
AiSendStoryMessage ( |
||
ChangeToState ( |
||
Execute ( |
||
NotifyAiAddImpact ( |
||
NotifyAiDead ( |
||
NotifyAiFace ( |
||
NotifyAiInitDslLogic ( |
||
NotifyAiMeetEnemy ( |
||
NotifyAiPursue ( |
||
NotifyAiRemoveImpact ( |
||
NotifyAiSelectSkill ( |
||
NotifyAiSkill ( |
||
NotifyAiStopPursue ( |
||
NotifyAiStopSkill ( |
||
NotifyAiTarget ( |
||
PopState ( |
||
PushState ( |
Метод | Описание | |
---|---|---|
OnInitStateHandlers ( ) : void | ||
OnStateLogicCheck ( |
||
OnStateLogicInit ( |
||
SetStateHandler ( int state, AiStateHandler handler ) : void |
public AiSendStoryMessage ( |
||
entity | ||
msgId | string | |
Результат | void |
public ChangeToState ( |
||
entity | ||
state | int | |
Результат | void |
public Execute ( |
||
entity | ||
deltaTime | long | |
Результат | void |
public NotifyAiAddImpact ( |
||
entity | ||
impactId | int | |
Результат | void |
public NotifyAiDead ( |
||
entity | ||
Результат | void |
public NotifyAiFace ( |
||
entity | ||
Результат | void |
public NotifyAiInitDslLogic ( |
||
entity | ||
Результат | void |
public NotifyAiMeetEnemy ( |
||
entity | ||
Результат | void |
public NotifyAiPursue ( |
||
entity | ||
target | ScriptRuntime | |
Результат | void |
public NotifyAiRemoveImpact ( |
||
entity | ||
impactId | int | |
Результат | void |
public NotifyAiSelectSkill ( |
||
entity | ||
skill | ||
Результат | void |
public NotifyAiSkill ( |
||
entity | ||
skillId | int | |
Результат | void |
public NotifyAiStopPursue ( |
||
entity | ||
Результат | void |
public NotifyAiStopSkill ( |
||
entity | ||
Результат | void |
public NotifyAiTarget ( |
||
entity | ||
target | ||
Результат | void |
protected abstract OnInitStateHandlers ( ) : void | ||
Результат | void |
protected OnStateLogicCheck ( |
||
entity | ||
deltaTime | long | |
Результат | bool |
protected OnStateLogicInit ( |
||
entity | ||
deltaTime | long | |
Результат | void |
public PopState ( |
||
entity | ||
Результат | void |
public PushState ( |
||
entity | ||
state | int | |
Результат | void |
protected SetStateHandler ( int state, AiStateHandler handler ) : void | ||
state | int | |
handler | AiStateHandler | |
Результат | void |
public static AiAddImpactDelegation OnAiAddImpact | ||
Результат | AiAddImpactDelegation |
public static AiDeadDelegation OnAiDead | ||
Результат | AiDeadDelegation |
public static AiFaceDelegation OnAiFace | ||
Результат | AiFaceDelegation |
public static AiInitDslLogic OnAiInitDslLogic | ||
Результат | AiInitDslLogic |
public static AiMeetEnemy OnAiMeetEnemy | ||
Результат | AiMeetEnemy |
public static AiPursueDelegation OnAiPursue | ||
Результат | AiPursueDelegation |
public static AiRemoveImpactDelegation OnAiRemoveImpact | ||
Результат | AiRemoveImpactDelegation |
public static AiSelectSkill OnAiSelectSkill | ||
Результат | AiSelectSkill |
public static AiSendStoryMessageDelegation OnAiSendStoryMessage | ||
Результат | AiSendStoryMessageDelegation |
public static AiSkillDelegation OnAiSkill | ||
Результат | AiSkillDelegation |
public static AiStopPursueDelegation OnAiStopPursue | ||
Результат | AiStopPursueDelegation |
public static AiStopSkillDelegation OnAiStopSkill | ||
Результат | AiStopSkillDelegation |