Difference between revisions of "LlRequestPermissions"

From Second Life Wiki
Jump to navigation Jump to search
Line 10: Line 10:
|return_text
|return_text
|spec
|spec
|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).
|caveats=
*Permissions do not accumulate.
**If a permission was requested with a previous call to this function and granted, then in subsequent call was not requested, that permission is released (lost).
|examples
|examples
|helpers
|helpers

Revision as of 19:22, 29 January 2007

Summary

Function: llRequestPermissions( key agent, integer perm );
0.0 Forced Delay
10.0 Energy

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

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

Examples

See Also

Deep Notes

Signature

function void llRequestPermissions( key agent, integer perm );