mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
add llGetRenderMaterial
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user