Difference between revisions of "Region Debug Console"

From Second Life Wiki
Jump to navigation Jump to search
(Confirmed the cap is SimConsole!)
Line 4: Line 4:
==Commands==
==Commands==


* shutdown
* help
* tri-sampled heightfield
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]]
[[Beta_Server_Office_Hours/Minutes/2010-10-07]]

Revision as of 20:18, 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