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

Public Member Functions

 MySpiderLogic (MyAnimalBot bot)
 
override void Update ()
 
override void Cleanup ()
 
void StartBurrowing ()
 
void StartDeburrowing ()
 
- 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 ()
 

Static Public Member Functions

static void TriggerAnimationEvent (long entityId, string eventName)
 

Properties

bool IsBurrowing [get]
 
bool IsDeburrowing [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 24 of file MySpiderLogic.cs.

Constructor & Destructor Documentation

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

Definition at line 50 of file MySpiderLogic.cs.

Member Function Documentation

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

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

Definition at line 65 of file MySpiderLogic.cs.

void SpaceEngineers.Game.AI.MySpiderLogic.StartBurrowing ( )
inline

Definition at line 72 of file MySpiderLogic.cs.

void SpaceEngineers.Game.AI.MySpiderLogic.StartDeburrowing ( )
inline

Definition at line 104 of file MySpiderLogic.cs.

static void SpaceEngineers.Game.AI.MySpiderLogic.TriggerAnimationEvent ( long  entityId,
string  eventName 
)
inlinestatic

Definition at line 225 of file MySpiderLogic.cs.

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

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

Definition at line 55 of file MySpiderLogic.cs.

Property Documentation

bool SpaceEngineers.Game.AI.MySpiderLogic.IsBurrowing
get

Definition at line 42 of file MySpiderLogic.cs.

bool SpaceEngineers.Game.AI.MySpiderLogic.IsDeburrowing
get

Definition at line 43 of file MySpiderLogic.cs.


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