llGetSimStats

Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
This commit is contained in:
Vincent Sylvester
2025-03-31 17:00:38 +02:00
committed by UbitUmarov
parent f42fd1c552
commit 6eab3e6efb
3 changed files with 71 additions and 0 deletions

View File

@@ -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()
{