add llIsLinkGLTFMaterial

This commit is contained in:
UbitUmarov
2025-08-16 02:32:54 +01:00
parent 0197ffc3ee
commit 4ec6248dad
3 changed files with 57 additions and 1 deletions

View File

@@ -535,5 +535,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
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);
LSL_Integer llIsLinkGLTFMaterial(LSL_Integer linknum, LSL_Integer face);
}
}