Difference between revisions of "Region Debug Console"

From Second Life Wiki
Jump to navigation Jump to search
Line 4: Line 4:
==Commands==
==Commands==


* help
* Help (Command)
Help is available for the following commands and topics. Type "help <topic>" for more information.
    Help is available for the following commands and topics. Type "help <topic>" for more information.
Note that all commands are case insensitive.
    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                 Retrieve the value of a variable.
    Get (Command)
      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).
 
* 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
* 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:
      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.


    Value Format Examples:
* Help Variables (Command)
     Integer: 1234 or -4350xffeb6194Float:    -3.4 or 14
     Syntax: help variables
    Bool:     [ON/OFF] or [TRUE/FALSE] or [ENABLED/DISABLED]
      You are authorized to access the following parameters in this region:
    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
     accurate_terrain
    Enable more accurate terrain simulation at the cost of performance. Defaults to disabled.
      Description: Enable more accurate terrain simulation at the cost of performance. Defaults to disabled.
    Read/Write
      Access: Read/Write
 
* Restart (Command)
    Syntax: restart <minutes>
      Restart the region after a specified amount of time (default 5mins).
 
      Notes:
      Can only accept positive integers.
      If used during a active countdown will set the countdown to the specified time.
      Appears to have no throttling or wait timers.
      Giving the time "0" will cause the sim to shutdown immediately with no warning except for Second Life closing with a (Region is going down)
      Restarts are warned to all clients with a message like this ([AlertMessage] /RESTART_X_MINUTES 5) (The dialog thing that normally appears.)




[[Beta_Server_Office_Hours/Minutes/2010-10-07]]
[[Beta_Server_Office_Hours/Minutes/2010-10-07]]

Revision as of 21:13, 22 October 2010

Capability Documentation

CAP: "SimConsole"

Commands

  • Help (Command)
   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).
  • 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>".
  • 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 (Command)
   Syntax: help variables
     You are authorized to access the following parameters in this region:
   accurate_terrain
     Description: Enable more accurate terrain simulation at the cost of performance. Defaults to disabled.
     Access: Read/Write
  • Restart (Command)
   Syntax: restart <minutes>
     Restart the region after a specified amount of time (default 5mins).
     Notes: 
     Can only accept positive integers.
     If used during a active countdown will set the countdown to the specified time.
     Appears to have no throttling or wait timers.
     Giving the time "0" will cause the sim to shutdown immediately with no warning except for Second Life closing with a (Region is going down)
     Restarts are warned to all clients with a message like this ([AlertMessage] /RESTART_X_MINUTES 5) (The dialog thing that normally appears.)


Beta_Server_Office_Hours/Minutes/2010-10-07