View Single Post
  #2  
Unread 12-02-2010, 03:43 PM
Digital_Utopia's Avatar
Digital_Utopia Digital_Utopia is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Sep 2010
Posts: 207
Everything is stored in tables, regarding classes/functions so getting a list is as simple as:

Code:
table.foreach(Turbine.UI,Turbine.Shell.WriteLine);
That will print all the classes in Turbine.UI.

Similarly, doing this will print all the functions in Turbine.UI.Button:

Code:
table.foreach(Turbine.UI.Button,Turbine.Shell.WriteLine);
__________________

Lord of the Rings Online
75 Fourohfour | 75 Artemedis | 60 Whiskeytango Foxtrot | 50 Mistah Boombastic | 56 Appetizer | 25 Aggromi
61 Onepointtwentyone Gigawatts


World of Warcraft
90 Downlo 85 Gravetaxi 85 Ümad 85 Artemedis 85 Guthuros
Reply With Quote