add llGetRenderMaterial

This commit is contained in:
UbitUmarov
2025-08-16 01:42:39 +01:00
parent 988501e141
commit 0197ffc3ee
3 changed files with 60 additions and 1 deletions

View File

@@ -2882,5 +2882,10 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
return m_LSL_Functions.llComputeHash(message, algo);
}
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public LSL_String llGetRenderMaterial(LSL_Integer face)
{
return m_LSL_Functions.llGetRenderMaterial(face);
}
}
}