mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Thank you, Orion_Shamroy, for a patch to expand notecard reading
capabilities in OSSL. Fixes Mantis #3543
This commit is contained in:
@@ -312,6 +312,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
return m_OSSL_Functions.osGetNotecardLine(name, line);
|
||||
}
|
||||
|
||||
public string osGetNotecard(string name)
|
||||
{
|
||||
return m_OSSL_Functions.osGetNotecard(name);
|
||||
}
|
||||
|
||||
public int osGetNumberOfNotecardLines(string name)
|
||||
{
|
||||
return m_OSSL_Functions.osGetNumberOfNotecardLines(name);
|
||||
|
||||
Reference in New Issue
Block a user