ll.GetNotecardLineSync(NotecardName: string, LineNumber: number) : string
Returns LineNumber from NotecardName. The line index starts at zero. If the requested line is past the end of the note-card the return value will be set to the constant EOF string. If the note-card is not cached on the simulator the return value is the NAK string.
ll.GetNotecardLineSync('test', 0)
{
"def": "func",
"desc": "Returns LineNumber from NotecardName. The line index starts at zero.\nIf the requested line is past the end of the note-card the return value will be set to the constant EOF string.\nIf the note-card is not cached on the simulator the return value is the NAK string.",
"energy": 10,
"sleep": 0,
"pure": false,
"link": "https://wiki.secondlife.com/wiki/LlGetNotecardLineSync",
"name": "GetNotecardLineSync",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"string"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "NotecardName",
"desc": "",
"type": [
"string"
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "LineNumber",
"desc": "",
"type": [
"integer",
"number"
],
"variadic": false,
"optional": false
}
]
}
]
}