add llGetCameraAspect and llGetCameraFOV

This commit is contained in:
UbitUmarov
2024-03-28 15:34:03 +00:00
parent 45e49c480f
commit e918888e30
7 changed files with 75 additions and 3 deletions

View File

@@ -129,6 +129,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
LSL_Integer llGetAttached();
LSL_List llGetAttachedList(LSL_Key id);
LSL_List llGetBoundingBox(string obj);
LSL_Float llGetCameraAspect();
LSL_Float llGetCameraFOV();
LSL_Vector llGetCameraPos();
LSL_Rotation llGetCameraRot();
LSL_Vector llGetCenterOfMass();