OsForceDropAttachmentAt
From OpenSimulator
(Difference between revisions)
| Line 1: | Line 1: | ||
{{osslfunc | {{osslfunc | ||
| − | |function_syntax= | + | |function_syntax= osForceDropAttachmentAt(vector pos, rotation rot) |
|threat_level=High | |threat_level=High | ||
|permissions=${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER | |permissions=${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER | ||
Revision as of 16:17, 1 May 2019
osForceDropAttachmentAt(vector pos, rotation 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 | |