mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
Add llGetNotecardLineSync
This commit is contained in:
@@ -758,6 +758,12 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
return m_LSL_Functions.llGetNumberOfNotecardLines(name);
|
||||
}
|
||||
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public LSL_String llGetNotecardLineSync(string name, int line)
|
||||
{
|
||||
return m_LSL_Functions.llGetNotecardLineSync(name, line);
|
||||
}
|
||||
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public LSL_Integer llGetNumberOfPrims()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user