mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
committed by
UbitUmarov
parent
f42fd1c552
commit
6eab3e6efb
@@ -1681,6 +1681,13 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
{
|
||||
return m_LSL_Functions.llRequestSimulatorData(simulator, data);
|
||||
}
|
||||
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public LSL_Float llGetSimStats(LSL_Integer stat_type)
|
||||
{
|
||||
return m_LSL_Functions.llGetSimStats(stat_type);
|
||||
}
|
||||
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public LSL_Key llRequestURL()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user