* Update llGetNumberOfNotecardLines() and llGetNotecardLine() to use dataserver on dotnetengine
* Thanks M.Igarashi
This commit is contained in:
Justin Clarke Casey
2008-09-18 18:58:39 +00:00
parent 8ff1bc5b03
commit 48978ba3e0
3 changed files with 23 additions and 16 deletions

View File

@@ -540,7 +540,7 @@ namespace OpenSim.Region.ScriptEngine.Common
//wiki: integer llGetNumberOfPrims()
LSL_Types.LSLInteger llGetNumberOfPrims();
//wiki: key llGetNumberOfNotecardLines(string name)
int llGetNumberOfNotecardLines(string name);
string llGetNumberOfNotecardLines(string name);
//wiki: list llGetBoundingBox(key object)
LSL_Types.list llGetBoundingBox(string obj);
//wiki: vector llGetGeometricCenter()