Hey
Could someone help me with the syntax of "GBankTabFreeSlots (tabNumber, CharacterName, Server)". Whatever I'm doing it doesn't work. Something is weird in the help of PB :
I doubt that it could be use for those 3 functions.
Help will be really appreciate!
Could someone help me with the syntax of "GBankTabFreeSlots (tabNumber, CharacterName, Server)". Whatever I'm doing it doesn't work. Something is weird in the help of PB :
GBankTabCount ()
GBankTabFreeSlots (CharacterName)
GBankTabFreeSlots (CharacterName, Server)
- Returns the number tabs in guild bank. If no character name and/or server name is provided than the name of player currently logged in is used. Requires Datastore WoW Addon. No RefreshDataStore() call is required
GBankTotalFreeSlots ()
GBankTabFreeSlots (CharacterName)
GBankTabFreeSlots (CharacterName, Server)
- Returns the number total number of free slots in guild bank. If no character name and/or server name is provided than the name of player currently logged in is used. Requires Datastore WoW Addon. No RefreshDataStore() call is required
GBankTabFreeSlots (tabNumber)
GBankTabFreeSlots (tabNumber, CharacterName)
GBankTabFreeSlots (tabNumber, CharacterName, Server)
- Returns the number of free slots in the given guild bank tab. If no character name and/or server name is provided than the name of player currently logged in is used. Requires Datastore WoW Addon. No RefreshDataStore() call is required
I doubt that it could be use for those 3 functions.
Help will be really appreciate!