Difference between revisions of "Command:TopLevelObject"

From Lavish Software Wiki
Jump to navigation Jump to search
 
(One intermediate revision by one other user not shown)
Line 8: Line 8:
 
== Examples ==
 
== Examples ==
 
*TopLevelObject
 
*TopLevelObject
 +
 +
;Output
 
  LavishScript Top-Level Objects
 
  LavishScript Top-Level Objects
 
  --------------------
 
  --------------------
  Type
+
  Type           Bool            Return          Script          Session        Console        SettingXML 
  Int
+
  Int             If              APIReturn      Execute        Mouse          NavPath        UserInput   
  Math
+
  Math           Time            Variable        Select          Keyboard        Extension      UIElement   
  String
+
  String         System          QueuedCommands  Game            Sessions        WaitFor       
  Float
+
  Float           LavishScript   Arg             Profile        Display        Navigation
Bool
 
If
 
Time
 
System
 
LavishScript
 
Return
 
APIReturn
 
Variable
 
QueuedCommands
 
Arg
 
  
 
== See Also ==
 
== See Also ==
Line 30: 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