LlRequestPermissions: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Strife Onizuka (talk | contribs)
No edit summary
Strife Onizuka (talk | contribs)
No edit summary
Line 15: Line 15:
|also_events=* {{LSLG|run_time_permissions}}
|also_events=* {{LSLG|run_time_permissions}}
|also_functions=* {{LSLG|llGetPermissions}}
|also_functions=* {{LSLG|llGetPermissions}}
|also_articles=* Script permissions}}
|also_articles=* {{LSLG|Script permissions}}
|notes}}[[Category:LSL_Stub]]
|notes}}[[Category:LSL_Stub]]

Revision as of 20:20, 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

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).

Examples

See Also

Deep Notes

Signature

function void llRequestPermissions( key agent, integer perm );