Steamworks.NativeMethods.ISteamGameServerInventory_CheckResultSteamID C# (CSharp) Method

ISteamGameServerInventory_CheckResultSteamID() private method

private ISteamGameServerInventory_CheckResultSteamID ( SteamInventoryResult_t resultHandle, CSteamID steamIDExpected ) : bool
resultHandle SteamInventoryResult_t
steamIDExpected CSteamID
return bool
		public static extern bool ISteamGameServerInventory_CheckResultSteamID(SteamInventoryResult_t resultHandle, CSteamID steamIDExpected);
NativeMethods