WoW:API GetContainerNumFreeSlots: Difference between revisions

m
Move page script moved page API GetContainerNumFreeSlots to WoW:API GetContainerNumFreeSlots without leaving a redirect
(New page: {{wowapi}} __NOTOC__ Returns the total number of free slots in the bag an the type of items that can go into it specified by the index. numberOfFreeSlots, BagType = GetContainerNumSlots...)
 
m (Move page script moved page API GetContainerNumFreeSlots to WoW:API GetContainerNumFreeSlots without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
Returns the total number of free slots in the bag an the type of items that can go into it specified by the index.
Returns the total number of free slots in the bag an the type of items that can go into it specified by the index.


  numberOfFreeSlots, BagType = GetContainerNumSlots([[bagID]]);
  numberOfFreeSlots, BagType = GetContainerNumFreeSlots([[bagID]]);


== Parameters ==
== Parameters ==
Anonymous user