View Single Post
03-28-17, 06:16 PM   #1
Gello
A Molten Giant
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 521
Is /api command (Blizzard_APIDocumentation) new?

You can type /api for usage, and then do stuff like:
Code:
/api C_EquipmentSet search GetEquipmentSetInfo
And click on the function to get the type of parameters and returns:


Or "/api unit", then "/api unit search power" (it even lists enums like power types)

It's pretty wild.
  Reply With Quote