OsForceAttachToAvatarFromInventory
From OpenSimulator
(Difference between revisions)
Line 7: | Line 7: | ||
* attachmentPoint - The attachment point. For example, ATTACH_CHEST. | * attachmentPoint - The attachment point. For example, ATTACH_CHEST. | ||
− | In | + | In OpenSimulator 0.7.4. |
|threat_level=high | |threat_level=high | ||
|ossl_example= | |ossl_example= | ||
|additional_info= | |additional_info= | ||
}} | }} |
Revision as of 12:05, 14 September 2012
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 is unknown threat level |
Permissions | No permissions specified |
Extra Delay | No function delay specified |