Show / Hide Table of Contents

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
Namespace: VRage.Game
Assembly: VRage.Game.dll
Syntax
public sealed class MyGlobalEventTypeEnum : Enum

Fields

April2014

Declaration
public const MyGlobalEventTypeEnum April2014
Field Value
Type Description
MyGlobalEventTypeEnum

InvalidEventType

Declaration
public const MyGlobalEventTypeEnum InvalidEventType
Field Value
Type Description
MyGlobalEventTypeEnum

MeteorShower

Declaration
public const MyGlobalEventTypeEnum MeteorShower
Field Value
Type Description
MyGlobalEventTypeEnum

MeteorWave

Declaration
public const MyGlobalEventTypeEnum MeteorWave
Field Value
Type Description
MyGlobalEventTypeEnum

SpawnCargoShip

Declaration
public const MyGlobalEventTypeEnum SpawnCargoShip
Field Value
Type Description
MyGlobalEventTypeEnum

SpawnNeutralShip

Declaration
public const MyGlobalEventTypeEnum SpawnNeutralShip
Field Value
Type Description
MyGlobalEventTypeEnum

value__

Declaration
public int value__
Field Value
Type Description
System.Int32
☀
☾
In This Article
  • Fields
    • April2014
    • InvalidEventType
    • MeteorShower
    • MeteorWave
    • SpawnCargoShip
    • SpawnNeutralShip
    • value__
Back to top
Generated by DocFX
☀
☾