Difference between revisions of "Command:Commands"

From Lavish Software Wiki
Jump to navigation Jump to search
 
Line 14: Line 14:
 
  LavishScript registered commands:
 
  LavishScript registered commands:
 
  -----------------------------
 
  -----------------------------
  AddTrigger        DisplayInfo       Head              MouseClick       RunScript        WindowFrame        
+
  AddAtom            DisplayInfo        HUD                MouseWheel        RunScript    
  Alias            Echo              HUD              MouseCursor      Scripts          WindowPosition   
+
AddTrigger         DotNet            HUDGroup          Navigation        Scripts        
  APICall          EndRecord        HUDGroup          MouseTo           Services          WindowScale     
+
  Alias             DotScript          HUDSet             NavPath            Services     
  Arg              EndScript        HUDSet            Navigation        Squelch           WindowSize       
+
  APICall           Echo              InputBox           NavPoint           Sessions     
  Bind             Events            INIRedirect      NavPath          Tail             WindowTaskbar   
+
  Arg               Encode            Kill              Open               Squelch      
  Cat               Execute           InputBox         NavPoint         Test              WindowText       
+
  Bind               EndScript          Line              OSExecute          Tail        
  cd               Exit              Line             NoParse          TimedCommand     WindowVisibility  
+
  Cat               Execute           Log                PlaySound         Test          
  ClipMouse        Extension        Log               Press            TopLevelObject   Wireframe       
+
  cd                 ExecuteAtom        LSType            Press             TimedCommand   
  Commands         FileRedirect      LSType            Processor        Type              XMLSetting       
+
  Commands          Exit               LSVersion          Processor          TopLevelObject
  Console          FPS               LSVersion         Profile          UI                   
+
  Console            Extension         Macro              Redirect          Type        
  ConsoleClear      Game             Macro             Profiles          UIElement       
+
ConsoleClear      Focus              MakeShortcut      Relay             UI           
  DeclareVariable  Games             MaxFPS            Record            Uplink           
+
  ConsoleRedirect    FPS               MaxFPS            RemoteUplink      UIElement   
  DeleteVariable    Gamma            MessageBox        Redirect          Version         
+
cp                Gamma              MessageBox         RemoveTrigger      Version     
  DIMouse          GlobalBind       Module           RemoveTrigger    WaitFrame
+
  DeclareVariable    GlobalBind        mkdir             rename             WaitFrame   
 +
  DeleteAtom        GlobalKey          Module             RestoreGamma      Wireframe   
 +
  DeleteVariable     Head              MouseClick        rm                XMLSetting    
 +
  Diagnostics       HTTPGet            MouseTo           rmdir             
  
 
== See Also ==
 
== See Also ==

Latest revision as of 19:42, 2 May 2010

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:
-----------------------------
AddAtom            DisplayInfo        HUD                MouseWheel         RunScript     
AddTrigger         DotNet             HUDGroup           Navigation         Scripts       
Alias              DotScript          HUDSet             NavPath            Services      
APICall            Echo               InputBox           NavPoint           Sessions      
Arg                Encode             Kill               Open               Squelch       
Bind               EndScript          Line               OSExecute          Tail          
Cat                Execute            Log                PlaySound          Test          
cd                 ExecuteAtom        LSType             Press              TimedCommand  
Commands           Exit               LSVersion          Processor          TopLevelObject
Console            Extension          Macro              Redirect           Type          
ConsoleClear       Focus              MakeShortcut       Relay              UI            
ConsoleRedirect    FPS                MaxFPS             RemoteUplink       UIElement     
cp                 Gamma              MessageBox         RemoveTrigger      Version       
DeclareVariable    GlobalBind         mkdir              rename             WaitFrame     
DeleteAtom         GlobalKey          Module             RestoreGamma       Wireframe     
DeleteVariable     Head               MouseClick         rm                 XMLSetting    
Diagnostics        HTTPGet            MouseTo            rmdir              

See Also