OsForceDropAttachmentAt
From OpenSimulator
(Difference between revisions)
m (Added permissions and delay information) |
m (Fixed permissions) |
||
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| | + | |permissions=${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER |
|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'''. | ||
}} | }} |
Revision as of 07:43, 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|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER |
Extra Delay | 0 seconds |