ll.GetSimulatorHostname () -> stringReturns the host-name of the machine which the script is running on. For example, "sim225.agni.lindenlab.com".
ll.GetSimulatorHostname()
{
"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": []
}
]
}