Steamworks.SteamGameServerInventory.DestroyResult C# (CSharp) Method

DestroyResult() public static method

Destroys a result handle and frees all associated memory.

public static DestroyResult ( SteamInventoryResult_t resultHandle ) : void
resultHandle SteamInventoryResult_t
return void
		public static void DestroyResult(SteamInventoryResult_t resultHandle) {
			InteropHelp.TestIfAvailableGameServer();
			NativeMethods.ISteamGameServerInventory_DestroyResult(resultHandle);
		}