Show / Hide Table of Contents

Class MyUpdateTiersGridPresence

Describes tiers of grid presence (if any other grid is nearby)

Inheritance
System.Object
MyUpdateTiersGridPresence
Namespace: VRage.Game.ModAPI
Assembly: VRage.Game.dll
Syntax
public sealed class MyUpdateTiersGridPresence : Enum

Fields

Normal

There is grid nearby

Declaration
public const MyUpdateTiersGridPresence Normal
Field Value
Type Description
MyUpdateTiersGridPresence

Tier1

There is not grid nearby, updates can behave differently (slower or not running)

Declaration
public const MyUpdateTiersGridPresence Tier1
Field Value
Type Description
MyUpdateTiersGridPresence

value__

Declaration
public int value__
Field Value
Type Description
System.Int32
☀
☾
In This Article
  • Fields
    • Normal
    • Tier1
    • value__
Back to top
Generated by DocFX
☀
☾