ll.GetSimulatorHostname

ll.GetSimulatorHostname () -> string

Returns the host-name of the machine which the script is running on. For example, "sim225.agni.lindenlab.com".

Example

ll.GetSimulatorHostname()
Raw function spec json
{
  "def": "func",
  "desc": "Returns the host-name of the machine which the script is running on.\nFor example, \"sim225.agni.lindenlab.com\".",
  "energy": 10,
  "sleep": 10,
  "must_use": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetSimulatorHostname",
  "private": false,
  "takesSelf": false,
  "name": "GetSimulatorHostname",
  "signatures": [
    {
      "def": "signature",
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            {
              "def": "simple",
              "value": "string"
            }
          ],
          "optional": false
        }
      ],
      "args": []
    }
  ]
}

< Back to ll