Space Engineers
Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Properties | List of all members
Sandbox.Game.Entities.MyPlaceAreas Class Reference
Inheritance diagram for Sandbox.Game.Entities.MyPlaceAreas:
VRage.Game.Components.MySessionComponentBase VRage.Game.Components.Interfaces.IMyUserInputComponent

Public Member Functions

 MyPlaceAreas ()
 
override void LoadData ()
 
void AddPlaceArea (MyPlaceArea area)
 
void RemovePlaceArea (MyPlaceArea area)
 
void MovePlaceArea (MyPlaceArea area)
 
void Clear ()
 
void GetAllAreasInSphere (BoundingSphereD sphere, List< MyPlaceArea > result)
 
void GetAllAreas (List< MyPlaceArea > result)
 
override void HandleInput ()
 
void DebugDraw ()
 
- Public Member Functions inherited from VRage.Game.Components.MySessionComponentBase
virtual bool UpdatedBeforeInit ()
 
 MySessionComponentBase ()
 
void SetUpdateOrder (MyUpdateOrder order)
 
virtual void InitFromDefinition (MySessionComponentDefinition definition)
 
virtual void Init (MyObjectBuilder_SessionComponent sessionComponent)
 
virtual MyObjectBuilder_SessionComponent GetObjectBuilder ()
 
void AfterLoadData ()
 
void UnloadDataConditional ()
 
virtual void SaveData ()
 
virtual void BeforeStart ()
 
virtual void UpdateBeforeSimulation ()
 
virtual void Simulate ()
 
virtual void UpdateAfterSimulation ()
 
virtual void UpdatingStopped ()
 
virtual void Draw ()
 
override string ToString ()
 

Public Attributes

MyAreaMarkerDefinition AreaMarkerDefinition = null
 
- Public Attributes inherited from VRage.Game.Components.MySessionComponentBase
readonly string DebugName
 
readonly int Priority
 
readonly Type ComponentType
 
IMySession Session
 

Static Public Attributes

static MyPlaceAreas Static
 

Protected Member Functions

override void UnloadData ()
 

Properties

override Type[] Dependencies [get]
 
- Properties inherited from VRage.Game.Components.MySessionComponentBase
MyUpdateOrder UpdateOrder [get]
 
MyObjectBuilderType ObjectBuilderType [get]
 
bool Loaded [get]
 
bool Initialized [get]
 
MyDefinitionId Definition [get, set]
 
virtual Type[] Dependencies [get]
 
virtual bool IsRequiredByGame [get]
 Indicates whether a session component should be used in current configuration. Example: MyDestructionData component returns true only when game uses Havok Destruction More...
 

Detailed Description

Definition at line 32 of file MyPlaceAreas.cs.

Constructor & Destructor Documentation

Sandbox.Game.Entities.MyPlaceAreas.MyPlaceAreas ( )
inline

Definition at line 44 of file MyPlaceAreas.cs.

Member Function Documentation

void Sandbox.Game.Entities.MyPlaceAreas.AddPlaceArea ( MyPlaceArea  area)
inline

Definition at line 84 of file MyPlaceAreas.cs.

void Sandbox.Game.Entities.MyPlaceAreas.Clear ( )
inline

Definition at line 111 of file MyPlaceAreas.cs.

void Sandbox.Game.Entities.MyPlaceAreas.DebugDraw ( )
inline

Definition at line 222 of file MyPlaceAreas.cs.

void Sandbox.Game.Entities.MyPlaceAreas.GetAllAreas ( List< MyPlaceArea result)
inline

Definition at line 121 of file MyPlaceAreas.cs.

void Sandbox.Game.Entities.MyPlaceAreas.GetAllAreasInSphere ( BoundingSphereD  sphere,
List< MyPlaceArea result 
)
inline

Definition at line 116 of file MyPlaceAreas.cs.

override void Sandbox.Game.Entities.MyPlaceAreas.HandleInput ( )
inlinevirtual

Reimplemented from VRage.Game.Components.MySessionComponentBase.

Definition at line 208 of file MyPlaceAreas.cs.

override void Sandbox.Game.Entities.MyPlaceAreas.LoadData ( )
inlinevirtual

Reimplemented from VRage.Game.Components.MySessionComponentBase.

Definition at line 57 of file MyPlaceAreas.cs.

void Sandbox.Game.Entities.MyPlaceAreas.MovePlaceArea ( MyPlaceArea  area)
inline

Definition at line 102 of file MyPlaceAreas.cs.

void Sandbox.Game.Entities.MyPlaceAreas.RemovePlaceArea ( MyPlaceArea  area)
inline

Definition at line 93 of file MyPlaceAreas.cs.

override void Sandbox.Game.Entities.MyPlaceAreas.UnloadData ( )
inlineprotectedvirtual

Reimplemented from VRage.Game.Components.MySessionComponentBase.

Definition at line 66 of file MyPlaceAreas.cs.

Member Data Documentation

MyAreaMarkerDefinition Sandbox.Game.Entities.MyPlaceAreas.AreaMarkerDefinition = null

Definition at line 40 of file MyPlaceAreas.cs.

MyPlaceAreas Sandbox.Game.Entities.MyPlaceAreas.Static
static

Definition at line 38 of file MyPlaceAreas.cs.

Property Documentation

override Type [] Sandbox.Game.Entities.MyPlaceAreas.Dependencies
get

Definition at line 50 of file MyPlaceAreas.cs.


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