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

Public Member Functions

 MyWolfLogic (MyAnimalBot bot)
 
override void Update ()
 
override void Cleanup ()
 
void ActivateSelfDestruct ()
 
void Remove ()
 
- Public Member Functions inherited from Sandbox.Game.AI.Logic.MyAgentLogic
 MyAgentLogic (IMyBot bot)
 
override void Init ()
 
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

bool SelfDestructionActivated [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 MyWolfLogic.cs.

Constructor & Destructor Documentation

SpaceEngineers.Game.AI.MyWolfLogic.MyWolfLogic ( MyAnimalBot  bot)
inline

Definition at line 25 of file MyWolfLogic.cs.

Member Function Documentation

void SpaceEngineers.Game.AI.MyWolfLogic.ActivateSelfDestruct ( )
inline

Definition at line 96 of file MyWolfLogic.cs.

override void SpaceEngineers.Game.AI.MyWolfLogic.Cleanup ( )
inlinevirtual

Reimplemented from Sandbox.Game.AI.Logic.MyAgentLogic.

Definition at line 91 of file MyWolfLogic.cs.

void SpaceEngineers.Game.AI.MyWolfLogic.Remove ( )
inline

Definition at line 107 of file MyWolfLogic.cs.

override void SpaceEngineers.Game.AI.MyWolfLogic.Update ( )
inlinevirtual

Reimplemented from Sandbox.Game.AI.Logic.MyAgentLogic.

Definition at line 29 of file MyWolfLogic.cs.

Property Documentation

bool SpaceEngineers.Game.AI.MyWolfLogic.SelfDestructionActivated
get

Definition at line 23 of file MyWolfLogic.cs.


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