Защищенные члены | |
void | Bot (PlayerBase ow) |
void | SetInstanceType (DayZPlayerInstanceType t) |
void | Start () |
void | Stop () |
void | StartAction (int action) |
void | OnUpdate (float dt) |
void | AddTransition (BotStateBase state, int id) |
bool | ProcessEvent (BotEventBase e) |
void | InitFSM () |
Защищенные данные | |
ref BotFSM | m_FSM = null |
DayZPlayerInstanceType | m_InstanceType = DayZPlayerInstanceType.INSTANCETYPE_CLIENT |
ref BotStateBase | m_IdleState = null |
ref BotEventBase | ___Bgn__ = new BotEventStart |
ref BotEventBase | __Stop__ = new BotEventStop |
ref BotEventBase | ___OK___ = new BotEventEndOK |
ref BotEventBase | __Fail__ = new BotEventEndFail |
ref BotEventBase | __Tout__ = new BotEventEndTimeout |
ref BotEventBase | __IChg__ = new BotEventOnItemInHandsChanged |
Закрытые данные | |
PlayerBase | m_Owner = null |