Steamworks.NativeMethods.ISteamInventory_GetAllItems C# (CSharp) 메소드

ISteamInventory_GetAllItems() 개인적인 메소드

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