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

Public Member Functions

 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 ()
 

Protected Attributes

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

Properties

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

Detailed Description

Definition at line 11 of file MyAgentLogic.cs.

Constructor & Destructor Documentation

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

Definition at line 17 of file MyAgentLogic.cs.

Member Function Documentation

override void Sandbox.Game.AI.Logic.MyAgentLogic.Cleanup ( )
inlinevirtual
override void Sandbox.Game.AI.Logic.MyAgentLogic.Init ( )
inlinevirtual

Reimplemented from Sandbox.Game.AI.Logic.MyBotLogic.

Definition at line 25 of file MyAgentLogic.cs.

virtual void Sandbox.Game.AI.Logic.MyAgentLogic.OnCharacterControlAcquired ( MyCharacter  character)
inlinevirtual

Definition at line 46 of file MyAgentLogic.cs.

override void Sandbox.Game.AI.Logic.MyAgentLogic.Update ( )
inlinevirtual

Member Data Documentation

IMyEntityBot Sandbox.Game.AI.Logic.MyAgentLogic.m_entityBot
protected

Definition at line 13 of file MyAgentLogic.cs.

Property Documentation

MyAgentBot Sandbox.Game.AI.Logic.MyAgentLogic.AgentBot
get

Definition at line 14 of file MyAgentLogic.cs.

MyAiTargetBase Sandbox.Game.AI.Logic.MyAgentLogic.AiTarget
get

Definition at line 15 of file MyAgentLogic.cs.

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

Definition at line 51 of file MyAgentLogic.cs.


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