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

Public Member Functions

override void UpdateBeforeSimulation ()
 
override void Draw ()
 
override void LoadData ()
 
void RegisterPlanetEnvironment (MyPlanetEnvironmentComponent env)
 
void UnregisterPlanetEnvironment (MyPlanetEnvironmentComponent env)
 
override void BeforeStart ()
 
void DisableGatheredItems ()
 
- 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 Simulate ()
 
virtual void UpdateAfterSimulation ()
 
virtual void UpdatingStopped ()
 
virtual void HandleInput ()
 
override string ToString ()
 

Static Public Attributes

static bool EnableUpdate = true
 
static bool DebugDrawSectors = false
 
static bool DebugDrawDynamicObjectClusters = false
 
static bool DebugDrawEnvironmentProviders = false
 
static bool DebugDrawActiveSectorItems = false
 
static bool DebugDrawActiveSectorProvider = false
 
static bool DebugDrawProxies = false
 
static bool DebugDrawCollisionCheckers = false
 
static float DebugDrawDistance = 150
 
static MyEnvironmentSector ActiveSector
 

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...
 

Additional Inherited Members

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

Detailed Description

Definition at line 23 of file MyPlanetEnvironmentSessionComponent.cs.

Member Function Documentation

override void Sandbox.Game.Entities.Planet.MyPlanetEnvironmentSessionComponent.BeforeStart ( )
inlinevirtual
void Sandbox.Game.Entities.Planet.MyPlanetEnvironmentSessionComponent.DisableGatheredItems ( )
inline

Definition at line 261 of file MyPlanetEnvironmentSessionComponent.cs.

override void Sandbox.Game.Entities.Planet.MyPlanetEnvironmentSessionComponent.Draw ( )
inlinevirtual
override void Sandbox.Game.Entities.Planet.MyPlanetEnvironmentSessionComponent.LoadData ( )
inlinevirtual
void Sandbox.Game.Entities.Planet.MyPlanetEnvironmentSessionComponent.RegisterPlanetEnvironment ( MyPlanetEnvironmentComponent  env)
inline

Definition at line 119 of file MyPlanetEnvironmentSessionComponent.cs.

override void Sandbox.Game.Entities.Planet.MyPlanetEnvironmentSessionComponent.UnloadData ( )
inlineprotectedvirtual
void Sandbox.Game.Entities.Planet.MyPlanetEnvironmentSessionComponent.UnregisterPlanetEnvironment ( MyPlanetEnvironmentComponent  env)
inline

Definition at line 127 of file MyPlanetEnvironmentSessionComponent.cs.

override void Sandbox.Game.Entities.Planet.MyPlanetEnvironmentSessionComponent.UpdateBeforeSimulation ( )
inlinevirtual

Member Data Documentation

MyEnvironmentSector Sandbox.Game.Entities.Planet.MyPlanetEnvironmentSessionComponent.ActiveSector
static

Definition at line 117 of file MyPlanetEnvironmentSessionComponent.cs.

bool Sandbox.Game.Entities.Planet.MyPlanetEnvironmentSessionComponent.DebugDrawActiveSectorItems = false
static

Definition at line 72 of file MyPlanetEnvironmentSessionComponent.cs.

bool Sandbox.Game.Entities.Planet.MyPlanetEnvironmentSessionComponent.DebugDrawActiveSectorProvider = false
static

Definition at line 73 of file MyPlanetEnvironmentSessionComponent.cs.

bool Sandbox.Game.Entities.Planet.MyPlanetEnvironmentSessionComponent.DebugDrawCollisionCheckers = false
static

Definition at line 75 of file MyPlanetEnvironmentSessionComponent.cs.

float Sandbox.Game.Entities.Planet.MyPlanetEnvironmentSessionComponent.DebugDrawDistance = 150
static

Definition at line 77 of file MyPlanetEnvironmentSessionComponent.cs.

bool Sandbox.Game.Entities.Planet.MyPlanetEnvironmentSessionComponent.DebugDrawDynamicObjectClusters = false
static

Definition at line 70 of file MyPlanetEnvironmentSessionComponent.cs.

bool Sandbox.Game.Entities.Planet.MyPlanetEnvironmentSessionComponent.DebugDrawEnvironmentProviders = false
static

Definition at line 71 of file MyPlanetEnvironmentSessionComponent.cs.

bool Sandbox.Game.Entities.Planet.MyPlanetEnvironmentSessionComponent.DebugDrawProxies = false
static

Definition at line 74 of file MyPlanetEnvironmentSessionComponent.cs.

bool Sandbox.Game.Entities.Planet.MyPlanetEnvironmentSessionComponent.DebugDrawSectors = false
static

Definition at line 69 of file MyPlanetEnvironmentSessionComponent.cs.

bool Sandbox.Game.Entities.Planet.MyPlanetEnvironmentSessionComponent.EnableUpdate = true
static

Definition at line 68 of file MyPlanetEnvironmentSessionComponent.cs.

Property Documentation

override Type [] Sandbox.Game.Entities.Planet.MyPlanetEnvironmentSessionComponent.Dependencies
get

Definition at line 26 of file MyPlanetEnvironmentSessionComponent.cs.


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