Class MyGridStorageHelper
Inheritance
System.Object
MyGridStorageHelper
Assembly: Sandbox.Game.dll
Syntax
public class MyGridStorageHelper : Object
Properties
Instance
Declaration
public static MyGridStorageHelper Instance { get; }
Property Value
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
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 |
|