Difference between revisions of "Command:Commands"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 11: Line 11:
 
<tt>Commands</tt>
 
<tt>Commands</tt>
 
;Output
 
;Output
LavishScript registered commands:
+
 
-----------------------------
+
LavishScript registered commands:
  Alias
+
-----------------------------
  Arg
+
  AddTrigger        DisplayInfo      Head              MouseClick        RunScript        WindowFrame     
  Cat
+
  Alias            Echo              HUD              MouseCursor      Scripts          WindowPosition   
  Commands
+
  APICall          EndRecord        HUDGroup          MouseTo          Services          WindowScale     
  Console
+
  Arg              EndScript        HUDSet            Navigation        Squelch          WindowSize       
ConsoleClear
+
  Bind              Events            INIRedirect      NavPath          Tail              WindowTaskbar   
DeclareVariable
+
  Cat              Execute           InputBox          NavPoint          Test              WindowText       
DeleteVariable
+
  cd                Exit             Line              NoParse          TimedCommand      WindowVisibility 
Echo
+
  ClipMouse        Extension         Log               Press            TopLevelObject    Wireframe       
EndScript
+
  Commands          FileRedirect      LSType           Processor        Type              XMLSetting       
  Execute
+
  Console          FPS              LSVersion         Profile           UI                   
  Exit
+
  ConsoleClear      Game              Macro            Profiles         UIElement       
  Extension
+
  DeclareVariable  Games            MaxFPS            Record            Uplink           
Focus
+
  DeleteVariable    Gamma            MessageBox        Redirect          Version          
Game
+
  DIMouse          GlobalBind        Module            RemoveTrigger    WaitFrame
Games
 
Head
 
Line
 
Log
 
  LSType
 
  LSVersion
 
Name
 
NoParse
 
Open
 
Profile
 
  Profiles
 
  Relay
 
RunScript
 
Scripts
 
Sessions
 
Squelch
 
Tail
 
Test
 
TopLevelObject
 
VarCalc
 
VarData
 
VarSet
 
  Version
 
  WaitFrame
 
  
 
== See Also ==
 
== See Also ==

Revision as of 16:53, 24 August 2005

Syntax

Data Type Difficulty Rating
Commands
Usage Newbie
Level of Understanding Newbie
Computer Savvy Newbie
Logic Newbie

Commands

Description

Displays all available commands, in alphabetical order. This command will not display commands marked as "hidden", which in general are commands made available only to scripts by LavishScript.

Examples

Example 1

Input

Commands

Output

LavishScript registered commands:


AddTrigger        DisplayInfo       Head              MouseClick        RunScript         WindowFrame       
Alias             Echo              HUD               MouseCursor       Scripts           WindowPosition    
APICall           EndRecord         HUDGroup          MouseTo           Services          WindowScale       
Arg               EndScript         HUDSet            Navigation        Squelch           WindowSize        
Bind              Events            INIRedirect       NavPath           Tail              WindowTaskbar     
Cat               Execute           InputBox          NavPoint          Test              WindowText        
cd                Exit              Line              NoParse           TimedCommand      WindowVisibility  
ClipMouse         Extension         Log               Press             TopLevelObject    Wireframe         
Commands          FileRedirect      LSType            Processor         Type              XMLSetting        
Console           FPS               LSVersion         Profile           UI                    
ConsoleClear      Game              Macro             Profiles          UIElement         
DeclareVariable   Games             MaxFPS            Record            Uplink            
DeleteVariable    Gamma             MessageBox        Redirect          Version           
DIMouse           GlobalBind        Module            RemoveTrigger     WaitFrame

See Also