ll.GetSimulatorHostname() : string
Returns 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,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlGetSimulatorHostname",
"name": "GetSimulatorHostname",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"string"
],
"optional": false
}
],
"args": []
}
]
}