Skip to content

llSetObjectPermMask

Function Syntax
void llSetObjectPermMask(
  1. integer PermissionFlag, // MASK_* flag
  2. integer PermissionMask // Permission bit-field (PERM_* flags)
);

Sets the specified PermissionFlag permission to the value specified by PermissionMask on the object the script is attached to.