llRequestPermissions

From Second Life Wiki
Revision as of 20:20, 29 January 2007 by Strife Onizuka (talk | contribs)
Jump to navigation Jump to search

Summary

Function: llRequestPermissions( key agent, integer perm );

Ask agent for permission to run certain classes of functions.

• key agent Avatar key
• integer perm Permission mask (bitfield containing the permissions to request).

Caveats

If a permission was requested with a previous call to this function and granted, then in subsequent call was not requested, the permission is released (lost).

All Issues ~ Search JIRA for related Bugs

Examples

See Also

Deep Notes

Search JIRA for related Issues

Signature

function void llRequestPermissions( key agent, integer perm );