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

@@ -534,5 +534,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
void llSetLinkSitFlags(LSL_Integer linknum, LSL_Integer flags);
LSL_String llHMAC(LSL_String private_key, LSL_String message, LSL_String algo);
LSL_String llComputeHash(LSL_String message, LSL_String algo);
LSL_String llGetRenderMaterial(LSL_Integer face);
}
}