OsForceAttachToAvatarFromInventory
From OpenSimulator
(Difference between revisions)
m (Added permissions and delay information) |
m (Added note stating which version of OpenSim introduced this function) |
||
Line 12: | Line 12: | ||
|delay=0 | |delay=0 | ||
|ossl_example= | |ossl_example= | ||
− | |additional_info= | + | |additional_info=This function was added in 0.7.4-post-fixes |
}} | }} |
Revision as of 09:41, 15 October 2018
void osForceAttachToAvatarFromInventory(string itemName, integer attachmentPoint)
| |
Attach an inventory item in the object containing this script to any avatar in the region without asking for PERMISSION_ATTACH. Nothing happens if the avatar is not in the region.
In OpenSimulator 0.7.4. | |
Threat Level | High |
Permissions | ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER |
Extra Delay | 0 seconds |
Notes | |
This function was added in 0.7.4-post-fixes |