OsForceDropAttachmentAt
From OpenSimulator
(Difference between revisions)
SignpostMarv (Talk | contribs) (creating basic documentation) |
m (Added permissions and delay information) |
||
| Line 2: | Line 2: | ||
|function_syntax=Void osForceDropAttachmentAt(Vector3 pos, Quaternion rot) | |function_syntax=Void osForceDropAttachmentAt(Vector3 pos, Quaternion rot) | ||
|threat_level=High | |threat_level=High | ||
| + | |permissions=${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER | ||
| + | |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'''. | ||
}} | }} | ||
Revision as of 07:40, 25 October 2017
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|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER |
| Extra Delay | 0 seconds |