Difference between revisions of "Command:TopLevelObject"

From Lavish Software Wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by 2 users not shown)
Line 8: Line 8:
 
== Examples ==
 
== Examples ==
 
*TopLevelObject
 
*TopLevelObject
 +
 +
;Output
 +
LavishScript Top-Level Objects
 +
--------------------
 +
Type            Bool            Return          Script          Session        Console        SettingXML 
 +
Int            If              APIReturn      Execute        Mouse          NavPath        UserInput   
 +
Math            Time            Variable        Select          Keyboard        Extension      UIElement   
 +
String          System          QueuedCommands  Game            Sessions        WaitFor       
 +
Float          LavishScript    Arg            Profile        Display        Navigation
  
 
== See Also ==
 
== See Also ==
Line 13: Line 22:
  
 
{{Command-Stub}}
 
{{Command-Stub}}
 +
[[Category:LavishScript]]
 +
[[Category:LavishScript Commands]]

Latest revision as of 17:00, 24 August 2005

Syntax

Command Difficulty Rating
TopLevelObject
Usage Newbie
Level of Understanding Beginner
Computer Savvy Newbie
Logic Beginner

TopLevelObject

Description

Lists all Top-Level Objects

Examples

  • TopLevelObject
Output
LavishScript Top-Level Objects
--------------------
Type            Bool            Return          Script          Session         Console         SettingXML   
Int             If              APIReturn       Execute         Mouse           NavPath         UserInput    
Math            Time            Variable        Select          Keyboard        Extension       UIElement    
String          System          QueuedCommands  Game            Sessions        WaitFor         
Float           LavishScript    Arg             Profile         Display         Navigation

See Also