Thread Tools Display Modes
11-11-20, 03:47 PM   #1
hasnogaems
A Flamescale Wyrmkin
 
hasnogaems's Avatar
Join Date: Apr 2016
Posts: 109
Question Get info about api function from inside the game

Is there function for that?
Something like:
Code:
/run apiinfo(SendChatMessage)
That will return something like:
Sends a chat message.

/script SendChatMessage("msg" ,"chatType" ,"language" ,"channel")
  Reply With Quote
11-11-20, 03:53 PM   #2
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,871
/api will show a "so-far" documented list. You can drill down by clicking the links (it will list commands you can add to /api to start further into the list).

Gamepedia is a better place to start as it has much better information as well as many (many) things that aren't yet documented under /api (search for SendChatMessage).
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.
  Reply With Quote

WoWInterface » Developer Discussions » Tutorials & Other Helpful Info. » Get info about api function from inside the game

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off