![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Member Functions | |
| void | Bot (PlayerBase ow) |
| void | AddTransition (BotStateBase state, int id) |
| void | OnUpdate (float dt) |
| bool | ProcessEvent (BotEventBase e) |
| void | SetInstanceType (DayZPlayerInstanceType t) |
| void | Start () |
| void | StartAction (int action) |
| void | Stop () |
| void | InitFSM () |
Protected Attributes | |
| ref BotEventBase | ___Bgn__ = new BotEventStart |
| ref BotEventBase | ___OK___ = new BotEventEndOK |
| ref BotEventBase | __Fail__ = new BotEventEndFail |
| ref BotEventBase | __IChg__ = new BotEventOnItemInHandsChanged |
| ref BotEventBase | __Stop__ = new BotEventStop |
| ref BotEventBase | __Tout__ = new BotEventEndTimeout |
| ref BotFSM | m_FSM = null |
| ref BotStateBase | m_IdleState = null |
| DayZPlayerInstanceType | m_InstanceType = DayZPlayerInstanceType.INSTANCETYPE_CLIENT |
Private Attributes | |
| PlayerBase | m_Owner = null |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
transition table
Definition at line 81 of file bot.c.
References AddTransition(), m_FSM, and m_IdleState.
Referenced by Start().
|
inlineprotected |
Definition at line 107 of file bot.c.
References botDebugSpam(), and m_FSM.
Referenced by StartAction().
|
inlineprotected |
Definition at line 31 of file bot.c.
References m_InstanceType.
|
inlineprotected |
Definition at line 43 of file bot.c.
References m_Owner, and ProcessEvent().
|
protected |
|
protected |
Definition at line 63 of file bot.c.
Referenced by AddTransition().
|
protected |
Definition at line 64 of file bot.c.
Referenced by AddTransition().
|
protected |
|
protected |
Definition at line 62 of file bot.c.
Referenced by AddTransition().
|
protected |
Definition at line 65 of file bot.c.
Referenced by AddTransition().
|
protected |
Definition at line 21 of file bot.c.
Referenced by AddTransition(), InitFSM(), OnUpdate(), ProcessEvent(), and Stop().
|
protected |
Definition at line 24 of file bot.c.
Referenced by AddTransition(), and InitFSM().
|
protected |
Definition at line 22 of file bot.c.
Referenced by SetInstanceType().
|
private |
Definition at line 20 of file bot.c.
Referenced by Bot(), and StartAction().