ll.GetStartString

ll.GetStartString() : string

Returns an string that is the value passed to llRezObjectWithParams with REZ_PARAM_STRING. If the object was rezzed by an agent, this function returns an empty string.

Example

ll.GetStartString()
{
  "def": "func",
  "desc": "Returns an string that is the value passed to llRezObjectWithParams with REZ_PARAM_STRING.\nIf the object was rezzed by an agent, this function returns an empty string.",
  "energy": 10,
  "sleep": 0,
  "pure": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetStartString",
  "name": "GetStartString",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "string"
          ],
          "optional": false
        }
      ],
      "args": []
    }
  ]
}

< Back to ll