ll.GetStartParameter

ll.GetStartParameter() : number

Returns an integer that is the script rez parameter. If the object was rezzed by an agent, this function returns 0.

Example

ll.GetStartParameter()
{
  "def": "func",
  "desc": "Returns an integer that is the script rez parameter.\nIf the object was rezzed by an agent, this function returns 0.",
  "energy": 10,
  "sleep": 0,
  "pure": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetStartParameter",
  "name": "GetStartParameter",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "number"
          ],
          "optional": false
        }
      ],
      "args": []
    }
  ]
}

< Back to ll