llGetPermissions
function ll.GetPermissions(): numberReturns an integer bitmask of the permissions that have been granted to the script. Individual permissions can be determined using a bit-wise "and" operation against the PERMISSION_* constants
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.GetPermissions().
Add additional notes, caveats, or tips specific to using this function in SLua/Luau.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llGetPermissions