Class MyGlobalEventTypeEnum
Defines the event type.
Each event type has its assigned handler method and data class type.
Multiple event definitions can have the same event type.
Inheritance
System.Object
MyGlobalEventTypeEnum
Assembly: VRage.Game.dll
Syntax
public sealed class MyGlobalEventTypeEnum : Enum
Fields
April2014
Declaration
public const MyGlobalEventTypeEnum April2014
Field Value
InvalidEventType
Declaration
public const MyGlobalEventTypeEnum InvalidEventType
Field Value
MeteorShower
Declaration
public const MyGlobalEventTypeEnum MeteorShower
Field Value
MeteorWave
Declaration
public const MyGlobalEventTypeEnum MeteorWave
Field Value
SpawnCargoShip
Declaration
public const MyGlobalEventTypeEnum SpawnCargoShip
Field Value
SpawnNeutralShip
Declaration
public const MyGlobalEventTypeEnum SpawnNeutralShip
Field Value
value__
Declaration
Field Value
Type |
Description |
System.Int32 |
|