View Single Post
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