OsForceDropAttachmentAt
From OpenSimulator
(Difference between revisions)
m (Fixed permissions) |
m (Added note stating which version of OpenSim introduced this function) |
||
Line 5: | Line 5: | ||
|delay=0 | |delay=0 | ||
|description=Drops an attachment at position '''pos''' with rotation '''rot''' '''without checking if [[PERMISSION_ATTACH]] has been granted'''. | |description=Drops an attachment at position '''pos''' with rotation '''rot''' '''without checking if [[PERMISSION_ATTACH]] has been granted'''. | ||
+ | |additional_info=This function was added in 0.7.5-post-fixes | ||
}} | }} |
Revision as of 08:52, 15 October 2018
Void osForceDropAttachmentAt(Vector3 pos, Quaternion rot)
| |
Drops an attachment at position pos with rotation rot without checking if PERMISSION_ATTACH has been granted. | |
Threat Level | High |
Permissions | ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER |
Extra Delay | 0 seconds |
Notes | |
This function was added in 0.7.5-post-fixes |