Steamworks.NativeMethods.ISteamInventory_GetAllItems C# (CSharp) Method

ISteamInventory_GetAllItems() private method

private ISteamInventory_GetAllItems ( SteamInventoryResult_t &pResultHandle ) : bool
pResultHandle SteamInventoryResult_t
return bool
		public static extern bool ISteamInventory_GetAllItems(out SteamInventoryResult_t pResultHandle);
NativeMethods