Show / Hide Table of Contents

Class MyGridStorageHelper.MyGridLoadFuture

Inheritance
System.Object
MyGridStorageHelper.MyGridLoadFuture
Namespace: Sandbox.Game
Assembly: Sandbox.Game.dll
Syntax
public class MyGridLoadFuture : Object

Constructors

MyGridLoadFuture()

Declaration
public MyGridLoadFuture()

Fields

FailedOnSecondCheck

Declaration
public bool FailedOnSecondCheck
Field Value
Type Description
System.Boolean

IsFinished

Declaration
public bool IsFinished
Field Value
Type Description
System.Boolean

Status

Declaration
public MyGridStorageHelper.MyGridLoadStatus Status
Field Value
Type Description
MyGridStorageHelper.MyGridLoadStatus

Methods

FailOn(MyGridStorageHelper.MyGridLoadStatus, Boolean)

Declaration
public void FailOn(MyGridStorageHelper.MyGridLoadStatus status, bool secondCheck = false)
Parameters
Type Name Description
MyGridStorageHelper.MyGridLoadStatus status
System.Boolean secondCheck
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾