Space Engineers
Public Member Functions | Public Attributes | Properties | List of all members
Sandbox.Game.AI.Logic.MyHumanoidBotLogic Class Reference
Inheritance diagram for Sandbox.Game.AI.Logic.MyHumanoidBotLogic:
Sandbox.Game.AI.Logic.MyAgentLogic Sandbox.Game.AI.Logic.MyBotLogic

Public Member Functions

 MyHumanoidBotLogic (IMyBot bot)
 
- Public Member Functions inherited from Sandbox.Game.AI.Logic.MyAgentLogic
 MyAgentLogic (IMyBot bot)
 
override void Init ()
 
override void Cleanup ()
 
override void Update ()
 
virtual void OnCharacterControlAcquired (MyCharacter character)
 
- Public Member Functions inherited from Sandbox.Game.AI.Logic.MyBotLogic
 MyBotLogic (IMyBot bot)
 
virtual void OnControlledEntityChanged (IMyControllableEntity newEntity)
 
virtual void DebugDraw ()
 

Public Attributes

MyReservationStatus ReservationStatus
 
MyAiTargetManager.ReservedEntityData ReservationEntityData
 
MyAiTargetManager.ReservedAreaData ReservationAreaData
 

Properties

MyHumanoidBot HumanoidBot [get]
 
override BotType BotType [get]
 
- Properties inherited from Sandbox.Game.AI.Logic.MyAgentLogic
MyAgentBot AgentBot [get]
 
MyAiTargetBase AiTarget [get]
 
override BotType BotType [get]
 
- Properties inherited from Sandbox.Game.AI.Logic.MyBotLogic
abstract BotType BotType [get]
 

Additional Inherited Members

- Protected Attributes inherited from Sandbox.Game.AI.Logic.MyAgentLogic
IMyEntityBot m_entityBot
 
- Protected Attributes inherited from Sandbox.Game.AI.Logic.MyBotLogic
IMyBot m_bot
 

Detailed Description

Definition at line 17 of file MyHumanoidBotLogic.cs.

Constructor & Destructor Documentation

Sandbox.Game.AI.Logic.MyHumanoidBotLogic.MyHumanoidBotLogic ( IMyBot  bot)
inline

Definition at line 25 of file MyHumanoidBotLogic.cs.

Member Data Documentation

MyAiTargetManager.ReservedAreaData Sandbox.Game.AI.Logic.MyHumanoidBotLogic.ReservationAreaData

Definition at line 23 of file MyHumanoidBotLogic.cs.

MyAiTargetManager.ReservedEntityData Sandbox.Game.AI.Logic.MyHumanoidBotLogic.ReservationEntityData

Definition at line 22 of file MyHumanoidBotLogic.cs.

MyReservationStatus Sandbox.Game.AI.Logic.MyHumanoidBotLogic.ReservationStatus

Definition at line 21 of file MyHumanoidBotLogic.cs.

Property Documentation

override BotType Sandbox.Game.AI.Logic.MyHumanoidBotLogic.BotType
get

Definition at line 31 of file MyHumanoidBotLogic.cs.

MyHumanoidBot Sandbox.Game.AI.Logic.MyHumanoidBotLogic.HumanoidBot
get

Definition at line 19 of file MyHumanoidBotLogic.cs.


The documentation for this class was generated from the following file: