Steamworks.NativeMethods.ISteamGameServerInventory_GrantPromoItems C# (CSharp) Method

ISteamGameServerInventory_GrantPromoItems() private method

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