add llWorldPosToHUD

This commit is contained in:
UbitUmarov
2025-08-16 04:31:17 +01:00
parent 4ec6248dad
commit 392d324863
3 changed files with 68 additions and 0 deletions

View File

@@ -536,5 +536,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
LSL_String llComputeHash(LSL_String message, LSL_String algo);
LSL_String llGetRenderMaterial(LSL_Integer face);
LSL_Integer llIsLinkGLTFMaterial(LSL_Integer linknum, LSL_Integer face);
LSL_Vector llWorldPosToHUD(LSL_Vector WorldPosition);
}
}