API GetCritChance Edit History Talk0 98,523pages 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 Gets the player's critical hit chance percentage. critChance = GetCritChance() Arguments none Returns critChance Number - The player's melee critical hit chance in an unformatted, floating-point figure. 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