Difference between revisions of "Region Debug Console"

From Second Life Wiki
Jump to navigation Jump to search
Line 13: Line 13:


* help Get
* help Get
Get (Command)
    Get (Command)
Syntax: get <parameter>
    Syntax: get <parameter>


Retrieve the current value of a simulator or region variable. Note that if the variable was set since the region was restarted, the new value will be returned rather than the value used when the region started. This can be significant for some variables. For more information, see "help <variable>". To retrieve the value of a variable used at startup, use "get -s <variable>".
    Retrieve the current value of a simulator or region variable. Note that if the variable was set since the region was restarted, the new value will be returned rather than the value used when the region started. This can be significant for some variables. For more information, see "help <variable>". To retrieve the value of a variable used at startup, use "get -s <variable>".


* help Set
* help Set
Set (Command)
    Set (Command)
Syntax: set <variable> <value>
    Syntax: set <variable> <value>


Sets the value of a simulator or region variable. Note that some variable will not take effect until the region is restarted. This behavior will typically be specified in the parameter's description (see: "help variables")."
    Sets the value of a simulator or region variable. Note that some variable will not take effect until the region is restarted. This behavior will typically be specified in the parameter's description (see: "help variables")."


Value Format Examples:
    Value Format Examples:
Integer:  1234 or -4350xffeb6194Float:    -3.4 or 14
    Integer:  1234 or -4350xffeb6194Float:    -3.4 or 14
Bool:    [ON/OFF] or [TRUE/FALSE] or [ENABLED/DISABLED]
    Bool:    [ON/OFF] or [TRUE/FALSE] or [ENABLED/DISABLED]
Vector:  <1.34, -4.2, 8> in <x, y, z> order.
    Vector:  <1.34, -4.2, 8> in <x, y, z> order.


* help Variables
* help Variables
You are authorized to access the following parameters in this region:
    You are authorized to access the following parameters in this region:
accurate_terrain
    accurate_terrain
     Enable more accurate terrain simulation at the cost of performance. Defaults to disabled.
     Enable more accurate terrain simulation at the cost of performance. Defaults to disabled.
     Read/Write
     Read/Write

Revision as of 20:20, 22 October 2010

Capability Documentation

CAP: "SimConsole"

Commands

  • help

Help is available for the following commands and topics. Type "help <topic>" for more information. Note that all commands are case insensitive.

   Get                 Retrieve the value of a variable.
   Set                 Set the value of a variable.
   Variables           List variables you are authorized to view or modify.
   Restart             Restart the region after a specified amount of time (default 5mins).
  • help Get
   Get (Command)
   Syntax: get <parameter>
   Retrieve the current value of a simulator or region variable. Note that if the variable was set since the region was restarted, the new value will be returned rather than the value used when the region started. This can be significant for some variables. For more information, see "help <variable>". To retrieve the value of a variable used at startup, use "get -s <variable>".
  • help Set
   Set (Command)
   Syntax: set <variable> <value>
   Sets the value of a simulator or region variable. Note that some variable will not take effect until the region is restarted. This behavior will typically be specified in the parameter's description (see: "help variables")."
   Value Format Examples:
   Integer:  1234 or -4350xffeb6194Float:    -3.4 or 14
   Bool:     [ON/OFF] or [TRUE/FALSE] or [ENABLED/DISABLED]
   Vector:   <1.34, -4.2, 8> in <x, y, z> order.
  • help Variables
   You are authorized to access the following parameters in this region:
   accurate_terrain
   Enable more accurate terrain simulation at the cost of performance. Defaults to disabled.
   Read/Write


Beta_Server_Office_Hours/Minutes/2010-10-07