Space Engineers
Public Member Functions | Protected Member Functions | Properties | List of all members
VRage.Game.SessionComponents.MyVisualScriptManagerSessionComponent Class Reference
Inheritance diagram for VRage.Game.SessionComponents.MyVisualScriptManagerSessionComponent:
VRage.Game.Components.MySessionComponentBase VRage.Game.Components.Interfaces.IMyUserInputComponent

Public Member Functions

override void Init (MyObjectBuilder_SessionComponent sessionComponent)
 
override void UpdateBeforeSimulation ()
 
override MyObjectBuilder_SessionComponent GetObjectBuilder ()
 
void Reset ()
 
- Public Member Functions inherited from VRage.Game.Components.MySessionComponentBase
virtual bool UpdatedBeforeInit ()
 
 MySessionComponentBase ()
 
void SetUpdateOrder (MyUpdateOrder order)
 
virtual void InitFromDefinition (MySessionComponentDefinition definition)
 
void AfterLoadData ()
 
void UnloadDataConditional ()
 
virtual void LoadData ()
 
virtual void SaveData ()
 
virtual void BeforeStart ()
 
virtual void Simulate ()
 
virtual void UpdateAfterSimulation ()
 
virtual void UpdatingStopped ()
 
virtual void Draw ()
 
virtual void HandleInput ()
 
override string ToString ()
 

Protected Member Functions

override void UnloadData ()
 

Properties

MyVSStateMachineManager SMManager [get]
 
MyObjectBuilder_Questlog QuestlogData [get, set]
 
string[] RunningLevelScriptNames [get]
 Array of running level script names. More...
 
string[] FailedLevelScriptExceptionTexts [get]
 Array of exceptions raised when the scripts were running. The name of the script is at the same index. (RunningLevelScriptNames) More...
 
- 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 17 of file MyVisualScriptManagerSessionComponent.cs.

Member Function Documentation

override MyObjectBuilder_SessionComponent VRage.Game.SessionComponents.MyVisualScriptManagerSessionComponent.GetObjectBuilder ( )
inlinevirtual
override void VRage.Game.SessionComponents.MyVisualScriptManagerSessionComponent.Init ( MyObjectBuilder_SessionComponent  sessionComponent)
inlinevirtual
void VRage.Game.SessionComponents.MyVisualScriptManagerSessionComponent.Reset ( )
inline

Definition at line 245 of file MyVisualScriptManagerSessionComponent.cs.

override void VRage.Game.SessionComponents.MyVisualScriptManagerSessionComponent.UnloadData ( )
inlineprotectedvirtual
override void VRage.Game.SessionComponents.MyVisualScriptManagerSessionComponent.UpdateBeforeSimulation ( )
inlinevirtual

Property Documentation

string [] VRage.Game.SessionComponents.MyVisualScriptManagerSessionComponent.FailedLevelScriptExceptionTexts
get

Array of exceptions raised when the scripts were running. The name of the script is at the same index. (RunningLevelScriptNames)

Definition at line 56 of file MyVisualScriptManagerSessionComponent.cs.

MyObjectBuilder_Questlog VRage.Game.SessionComponents.MyVisualScriptManagerSessionComponent.QuestlogData
getset

Definition at line 38 of file MyVisualScriptManagerSessionComponent.cs.

string [] VRage.Game.SessionComponents.MyVisualScriptManagerSessionComponent.RunningLevelScriptNames
get

Array of running level script names.

Definition at line 47 of file MyVisualScriptManagerSessionComponent.cs.

MyVSStateMachineManager VRage.Game.SessionComponents.MyVisualScriptManagerSessionComponent.SMManager
get

Definition at line 33 of file MyVisualScriptManagerSessionComponent.cs.


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