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

Public Member Functions

 MyAnimalBotLogic (MyAnimalBot bot)
 
void EnableCharacterAvoidance (bool isTrue)
 
- 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 ()
 

Properties

MyAnimalBot AnimalBot [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 12 of file MyAnimalBotLogic.cs.

Constructor & Destructor Documentation

Sandbox.Game.AI.Logic.MyAnimalBotLogic.MyAnimalBotLogic ( MyAnimalBot  bot)
inline

Definition at line 17 of file MyAnimalBotLogic.cs.

Member Function Documentation

void Sandbox.Game.AI.Logic.MyAnimalBotLogic.EnableCharacterAvoidance ( bool  isTrue)
inline

Definition at line 27 of file MyAnimalBotLogic.cs.

Property Documentation

MyAnimalBot Sandbox.Game.AI.Logic.MyAnimalBotLogic.AnimalBot
get

Definition at line 14 of file MyAnimalBotLogic.cs.

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

Definition at line 38 of file MyAnimalBotLogic.cs.


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