Click or drag to resize
IMyStorageSave Method

[This is preliminary documentation and is subject to change.]

Gets compressed voxel data

Namespace: VRage.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
void Save(
	out byte[] outCompressedData
)

Parameters

outCompressedData
Type: SystemByte

[Missing <param name="outCompressedData"/> documentation for "M:VRage.ModAPI.IMyStorage.Save(System.Byte[]@)"]

See Also