Steamworks.SteamGameServerInventory.GetResultTimestamp C# (CSharp) Method

GetResultTimestamp() public static method

Returns the server time at which the result was generated. Compare against

the value of IClientUtils::GetServerRealTime() to determine age.

public static GetResultTimestamp ( SteamInventoryResult_t resultHandle ) : uint
resultHandle SteamInventoryResult_t
return uint
		public static uint GetResultTimestamp(SteamInventoryResult_t resultHandle) {
			InteropHelp.TestIfAvailableGameServer();
			return NativeMethods.ISteamGameServerInventory_GetResultTimestamp(resultHandle);
		}