Space Engineers
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
Sandbox.Game.World.Generator.MyEncounterGenerator Class Reference
Inheritance diagram for Sandbox.Game.World.Generator.MyEncounterGenerator:
VRage.Game.Components.MySessionComponentBase VRage.Game.Components.Interfaces.IMyUserInputComponent

Public Member Functions

override void LoadData ()
 
- 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 ()
 
virtual void HandleInput ()
 
override string ToString ()
 

Static Public Member Functions

static SerializableDictionary< MyEncounterId, Vector3DMovedEncounters ()
 
static bool RemoveEncounter (BoundingBoxD boundingVolume, int seed)
 
static bool PlaceEncounterToWorld (BoundingBoxD boundingVolume, int seed, MyObjectSeedType seedType)
 
static void Load (MyObjectBuilder_Encounters encountersObjectBuilder)
 
static MyObjectBuilder_Encounters Save ()
 
static void DrawEncounters ()
 

Protected Member Functions

override void UnloadData ()
 

Additional Inherited Members

- Public Attributes inherited from VRage.Game.Components.MySessionComponentBase
readonly string DebugName
 
readonly int Priority
 
readonly Type ComponentType
 
IMySession Session
 
- 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 29 of file MyEncounterGenerator.cs.

Member Function Documentation

static void Sandbox.Game.World.Generator.MyEncounterGenerator.DrawEncounters ( )
inlinestatic

Definition at line 391 of file MyEncounterGenerator.cs.

static void Sandbox.Game.World.Generator.MyEncounterGenerator.Load ( MyObjectBuilder_Encounters  encountersObjectBuilder)
inlinestatic

Definition at line 332 of file MyEncounterGenerator.cs.

override void Sandbox.Game.World.Generator.MyEncounterGenerator.LoadData ( )
inlinevirtual

Reimplemented from VRage.Game.Components.MySessionComponentBase.

Definition at line 373 of file MyEncounterGenerator.cs.

static SerializableDictionary<MyEncounterId, Vector3D> Sandbox.Game.World.Generator.MyEncounterGenerator.MovedEncounters ( )
inlinestatic

Definition at line 45 of file MyEncounterGenerator.cs.

static bool Sandbox.Game.World.Generator.MyEncounterGenerator.PlaceEncounterToWorld ( BoundingBoxD  boundingVolume,
int  seed,
MyObjectSeedType  seedType 
)
inlinestatic

Definition at line 90 of file MyEncounterGenerator.cs.

static bool Sandbox.Game.World.Generator.MyEncounterGenerator.RemoveEncounter ( BoundingBoxD  boundingVolume,
int  seed 
)
inlinestatic

Definition at line 50 of file MyEncounterGenerator.cs.

static MyObjectBuilder_Encounters Sandbox.Game.World.Generator.MyEncounterGenerator.Save ( )
inlinestatic

Definition at line 357 of file MyEncounterGenerator.cs.

override void Sandbox.Game.World.Generator.MyEncounterGenerator.UnloadData ( )
inlineprotectedvirtual

Reimplemented from VRage.Game.Components.MySessionComponentBase.

Definition at line 386 of file MyEncounterGenerator.cs.


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