LlReturnOwnersObjects: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Strife Onizuka (talk | contribs)
No edit summary
m Realistically this has to be true to prevent intense greafing
Line 1: Line 1:
{{LSL_Function|func_id|mode=request|func_sleep=0.1|func_energy=10.0|func=llReturnOwnersObjects|sort=ReturnOwnersObjects|p1_type=key|p1_name=avatar
{{LSL_Function|func_id|mode=request|func_sleep=0.1|func_energy=10.0|func=llReturnOwnersObjects|sort=ReturnOwnersObjects|p1_type=key|p1_name=avatar
|func_desc=Removes all objects owned by '''avatar''' from the parcel the script is running on.
|func_desc=Removes all objects owned by '''avatar''' from the parcel the script is running on if the object owner is the parcel owner. If the parcel is deeded to the group then the object must be deeded to the group.
|return_text|spec|caveats|examples|helpers|related|also|notes}}
|return_text|spec|caveats|examples|helpers|related|also|notes}}

Revision as of 17:49, 20 April 2007

LSL Feature Request
The described function does not exist. This article is a feature request.

Summary

Function: llReturnOwnersObjects( key avatar );
0.1 Forced Delay
10.0 Energy

Removes all objects owned by avatar from the parcel the script is running on if the object owner is the parcel owner. If the parcel is deeded to the group then the object must be deeded to the group.

• key avatar

Caveats

  • This function causes the script to sleep for 0.1 seconds.

Examples

Deep Notes

Signature

//function void llReturnOwnersObjects( key avatar );