llGetPermissionsKey

From Second Life Wiki
Revision as of 13:32, 29 September 2009 by Strife Onizuka (talk | contribs) (oh gods, please someone revert this.)
Jump to navigation Jump to search

Summary

Function: key llGetPermissionsKey( );

Used with llGetPermissions to determine who has granted permissions and which permissions have been granted.
Returns the key of the agent parameter used in the last llRequestPermissions call (regardless of success).

Returns NULL_KEY if permissions were never requested.

Caveats

  • This information does not survive script reset.

Important Issues

~ All Issues ~ Search JIRA for related Bugs
   llGetPermissionsKey() doesn't return NULL_KEY when permissions are declined

Examples

See Also

Events

•  run_time_permissions

Functions

•  llGetPermissions
•  llRequestPermissions

Deep Notes

All Issues

~ Search JIRA for related Issues
   llGetPermissionsKey() doesn't return NULL_KEY when permissions are declined

Signature

function key llGetPermissionsKey();