API GetNumBattlefieldScores Edit History Talk0 98,524pages on this wiki Referencee AddOns WoW API Widget API XML UI WoW Lua Macro API Event API Changes Web API HOWTOs Snippets UI tech. CVars Category nav. → WoW API Appears to return the number of scores in the battleground/field scoreboard: local x = GetNumBattlefieldScores(); Which is an effective way of counting the players in a battlefield. Read more Determines if the item in the cursor can be equipped in the specified inventory slot. Always... API CursorCanGoInSlot Returns the information of the talent tab (tree) local id, name, description, iconTexture... API GetTalentTabInfo Execute a string as LUA code. RunScript("script") ("script") script String - The code which is... API RunScript Categories: World of Warcraft API