OsDropAttachmentAt
From OpenSimulator
(Difference between revisions)
m (Added permissions and delay information) |
m (Added note stating which version of OpenSim introduced this function) |
||
Line 5: | Line 5: | ||
|delay=0 | |delay=0 | ||
|description=Requires script to be granted [[PERMISSION_ATTACH]], drops an attachment at position '''pos''' with rotation '''rot''' | |description=Requires script to be granted [[PERMISSION_ATTACH]], drops an attachment at position '''pos''' with rotation '''rot''' | ||
+ | |additional_info=This function was added in 0.7.5-post-fixes | ||
}} | }} |
Revision as of 08:52, 15 October 2018
Void osDropAttachmentAt(Vector3 pos, Quaternion rot)
| |
Requires script to be granted PERMISSION_ATTACH, drops an attachment at position pos with rotation rot | |
Threat Level | Moderate |
Permissions | ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER |
Extra Delay | 0 seconds |
Notes | |
This function was added in 0.7.5-post-fixes |