ll.GetStartString

ll.GetStartString () -> string

Returns a 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()
Raw function spec json
{
  "def": "func",
  "desc": "Returns a 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,
  "must_use": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetStartString",
  "private": false,
  "takesSelf": false,
  "name": "GetStartString",
  "signatures": [
    {
      "def": "signature",
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            {
              "def": "simple",
              "value": "string"
            }
          ],
          "optional": false
        }
      ],
      "args": []
    }
  ]
}

< Back to ll