Thread Tools Display Modes
09-30-08, 03:35 PM   #1
Tahmahal
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Aug 2008
Posts: 10
Command Prompt for WoW API

Hello there,

I just finished orbCmd. It's an AddOn which takes the form of a command prompt for Lua and WoW API.
You can find it here.
When entering world you can type "/cmd" to toggle the main window:


In the Editbox you can type whatever you want, orbCmd will read it as a Lua code.

You can type !<command> for the console commands (reloadui, characterAmbient ...).

You have some 'standalone' functions :
*close | exit : closes the main window
*reloadui : /console reloadui
*name : displays the name of the frame your mous is over
*logout : /logout
*quit : /run Forcequit();
*cls : clears the console

You can write any new functions you want in the orbCmd.lua file and post them here if you want
Example of use :


Tahmahal
P.S. : I hope my english isn't too bad ^^

Last edited by Tahmahal : 09-30-08 at 11:52 PM.
  Reply With Quote
09-30-08, 06:20 PM   #2
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Looks interesting. I'm not sure how useful it will actually be in daily use, but I'm definitely giving it a try.

P.S. You forgot to include a link to the download page in your post. Also, you should add the screenshots and extended description from your post to the download page, since most people who find the addon will find the download page, not this thread.
  Reply With Quote
09-30-08, 11:53 PM   #3
Tahmahal
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Aug 2008
Posts: 10
Woops - sorry I was tired ^^
I edited my post and the download page. Thanks
  Reply With Quote

WoWInterface » Developer Discussions » General Authoring Discussion » Command Prompt for WoW API


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