add llOrd, llChar llHash

This commit is contained in:
UbitUmarov
2021-10-02 14:17:11 +01:00
parent a5b417fca1
commit 68efbfc603
5 changed files with 312 additions and 83 deletions

View File

@@ -479,5 +479,9 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
LSL_Rotation llGetRegionSunRotation();
LSL_Rotation llGetMoonRotation();
LSL_Rotation llGetRegionMoonRotation();
LSL_String llChar(LSL_Integer unicode);
LSL_Integer llOrd(LSL_String s, LSL_Integer index);
LSL_Integer llHash(LSL_String s);
}
}