OsForceDropAttachment
From OpenSimulator
(Difference between revisions)
SignpostMarv (Talk | contribs) (creating basic documentation) |
m (Added permissions and delay information) |
||
Line 2: | Line 2: | ||
|function_syntax=Void osForceDropAttachment() | |function_syntax=Void osForceDropAttachment() | ||
|threat_level=High | |threat_level=High | ||
+ | |permissions=${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER | ||
+ | |delay=0 | ||
|description=Drops an attachment like a user-triggered attachment drop '''without checking if [[PERMISSION_ATTACH]] has been granted'''. | |description=Drops an attachment like a user-triggered attachment drop '''without checking if [[PERMISSION_ATTACH]] has been granted'''. | ||
}} | }} |
Revision as of 07:39, 25 October 2017
Void osForceDropAttachment()
| |
Drops an attachment like a user-triggered attachment drop without checking if PERMISSION_ATTACH has been granted. | |
Threat Level | High |
Permissions | ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER |
Extra Delay | 0 seconds |