* 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

@@ -1601,7 +1601,7 @@ namespace OpenSim.Region.ScriptEngine.Common
return m_LSL_Functions.llGetNumberOfPrims();
}
public int llGetNumberOfNotecardLines(string name)
public string llGetNumberOfNotecardLines(string name)
{
return m_LSL_Functions.llGetNumberOfNotecardLines(name);
}