Class GameSaveNativeCalls
Inheritance
GameSaveNativeCalls
Syntax
public static class GameSaveNativeCalls
Methods
GetLength(FixedString128, Int32*)
Declaration
public static bool GetLength(FixedString128 gameSaveFilePath, int *length)
Parameters
Returns
Init()
Declaration
public static void Init()
PullCompletedReadBuffer(FixedString128, Byte*, Int32)
Declaration
public static bool PullCompletedReadBuffer(FixedString128 gameSaveFilePath, byte *buffer, int bufferLength)
Parameters
Returns
ReadFromDisk(FixedString128)
Declaration
public static bool ReadFromDisk(FixedString128 gameSaveFilePath)
Parameters
Returns
Shutdown()
Declaration
public static void Shutdown()
WriteToDisk(FixedString128, MemoryBinaryWriter)
Declaration
public static bool WriteToDisk(FixedString128 gameSaveFilePath, MemoryBinaryWriter writer)
Parameters
Returns