Show / Hide Table of Contents

Class MyGridStorageHelper

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

Properties

Instance

Declaration
public static MyGridStorageHelper Instance { get; }
Property Value
Type Description
MyGridStorageHelper

Methods

StoreGrid(MyCubeGrid, Nullable<UInt64>, String, Boolean)

Declaration
public bool StoreGrid(MyCubeGrid grid, Nullable<ulong> creator = null, string name = null, bool takeAll = true)
Parameters
Type Name Description
MyCubeGrid grid
System.Nullable<System.UInt64> creator
System.String name
System.Boolean takeAll
Returns
Type Description
System.Boolean

TestFunctionLoad(MyPositionAndOrientation, Action)

Declaration
public MyGridStorageHelper.MyGridLoadFuture TestFunctionLoad(MyPositionAndOrientation transform, Action onCompletion = null)
Parameters
Type Name Description
VRage.MyPositionAndOrientation transform
System.Action onCompletion
Returns
Type Description
MyGridStorageHelper.MyGridLoadFuture

TestFunctionStore(List<MyGuiControlListbox.Item>)

Declaration
public void TestFunctionStore(List<MyGuiControlListbox.Item> selectedItems)
Parameters
Type Name Description
System.Collections.Generic.List<Sandbox.Graphics.GUI.MyGuiControlListbox.Item> selectedItems
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾