Difference between revisions of "Command:Commands"

From Lavish Software Wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by 2 users not shown)
Line 11: Line 11:
 
<tt>Commands</tt>
 
<tt>Commands</tt>
 
;Output
 
;Output
 +
 
  LavishScript registered commands:
 
  LavishScript registered commands:
 
  -----------------------------
 
  -----------------------------
  Alias
+
  AddAtom            DisplayInfo        HUD                MouseWheel        RunScript   
  Arg
+
  AddTrigger        DotNet            HUDGroup          Navigation        Scripts     
  Cat
+
  Alias              DotScript          HUDSet            NavPath            Services     
  Commands
+
  APICall            Echo              InputBox          NavPoint          Sessions     
  Console
+
  Arg                Encode            Kill              Open              Squelch     
ConsoleClear
+
  Bind              EndScript         Line              OSExecute          Tail         
DeclareVariable
+
  Cat                Execute           Log               PlaySound          Test         
DeleteVariable
+
  cd                ExecuteAtom        LSType             Press              TimedCommand 
Echo
+
  Commands          Exit              LSVersion         Processor          TopLevelObject
  EndScript
+
  Console            Extension          Macro              Redirect          Type         
  Execute
+
  ConsoleClear      Focus              MakeShortcut      Relay             UI           
Exit
+
  ConsoleRedirect    FPS                MaxFPS            RemoteUplink      UIElement   
Extension
+
  cp                Gamma              MessageBox        RemoveTrigger      Version     
Focus
+
  DeclareVariable    GlobalBind        mkdir              rename            WaitFrame   
Game
+
  DeleteAtom        GlobalKey          Module            RestoreGamma      Wireframe   
Games
+
  DeleteVariable    Head              MouseClick        rm                XMLSetting   
Head
+
  Diagnostics        HTTPGet            MouseTo            rmdir             
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 ==

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