Space Engineers
Public Member Functions | Properties | List of all members
Sandbox.Game.World.MyGlobalEventBase Class Reference
Inheritance diagram for Sandbox.Game.World.MyGlobalEventBase:

Public Member Functions

virtual void InitFromDefinition (MyGlobalEventDefinition definition)
 
virtual void Init (MyObjectBuilder_GlobalEventBase ob)
 
virtual MyObjectBuilder_GlobalEventBase GetObjectBuilder ()
 
void RecalculateActivationTime ()
 
void SetActivationTime (TimeSpan time)
 
int CompareTo (object obj)
 

Properties

bool IsOneTime [get]
 
bool IsPeriodic [get]
 
bool IsInPast [get]
 
bool IsInFuture [get]
 
bool IsHandlerValid [get]
 
MyGlobalEventDefinition Definition [get]
 
MethodInfo Action [get]
 
TimeSpan ActivationTime [get]
 
bool Enabled [get, set]
 
bool RemoveAfterHandlerExit [get, set]
 

Detailed Description

Definition at line 21 of file MyGlobalEventBase.cs.

Member Function Documentation

int Sandbox.Game.World.MyGlobalEventBase.CompareTo ( object  obj)
inline

Definition at line 119 of file MyGlobalEventBase.cs.

virtual MyObjectBuilder_GlobalEventBase Sandbox.Game.World.MyGlobalEventBase.GetObjectBuilder ( )
inlinevirtual

Definition at line 92 of file MyGlobalEventBase.cs.

virtual void Sandbox.Game.World.MyGlobalEventBase.Init ( MyObjectBuilder_GlobalEventBase  ob)
inlinevirtual

Definition at line 83 of file MyGlobalEventBase.cs.

virtual void Sandbox.Game.World.MyGlobalEventBase.InitFromDefinition ( MyGlobalEventDefinition  definition)
inlinevirtual

Definition at line 67 of file MyGlobalEventBase.cs.

void Sandbox.Game.World.MyGlobalEventBase.RecalculateActivationTime ( )
inline

Definition at line 100 of file MyGlobalEventBase.cs.

void Sandbox.Game.World.MyGlobalEventBase.SetActivationTime ( TimeSpan  time)
inline

Definition at line 114 of file MyGlobalEventBase.cs.

Property Documentation

MethodInfo Sandbox.Game.World.MyGlobalEventBase.Action
get

Definition at line 60 of file MyGlobalEventBase.cs.

TimeSpan Sandbox.Game.World.MyGlobalEventBase.ActivationTime
get

Definition at line 61 of file MyGlobalEventBase.cs.

MyGlobalEventDefinition Sandbox.Game.World.MyGlobalEventBase.Definition
get

Definition at line 59 of file MyGlobalEventBase.cs.

bool Sandbox.Game.World.MyGlobalEventBase.Enabled
getset

Definition at line 62 of file MyGlobalEventBase.cs.

bool Sandbox.Game.World.MyGlobalEventBase.IsHandlerValid
get

Definition at line 52 of file MyGlobalEventBase.cs.

bool Sandbox.Game.World.MyGlobalEventBase.IsInFuture
get

Definition at line 45 of file MyGlobalEventBase.cs.

bool Sandbox.Game.World.MyGlobalEventBase.IsInPast
get

Definition at line 38 of file MyGlobalEventBase.cs.

bool Sandbox.Game.World.MyGlobalEventBase.IsOneTime
get

Definition at line 24 of file MyGlobalEventBase.cs.

bool Sandbox.Game.World.MyGlobalEventBase.IsPeriodic
get

Definition at line 31 of file MyGlobalEventBase.cs.

bool Sandbox.Game.World.MyGlobalEventBase.RemoveAfterHandlerExit
getset

Definition at line 65 of file MyGlobalEventBase.cs.


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