OsForceDropAttachment
From OpenSimulator
(Difference between revisions)
m (XEngine to OSSL) |
|||
Line 2: | Line 2: | ||
|function_syntax= osForceDropAttachment() | |function_syntax= osForceDropAttachment() | ||
|threat_level=High | |threat_level=High | ||
− | |permissions=${ | + | |permissions=${OSSL|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER |
|delay=0 | |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'''. | ||
|additional_info=This function was added in 0.7.5-post-fixes | |additional_info=This function was added in 0.7.5-post-fixes | ||
}} | }} |
Revision as of 06:26, 7 November 2019
osForceDropAttachment()
| |
Drops an attachment like a user-triggered attachment drop without checking if PERMISSION_ATTACH has been granted. | |
Threat Level | High |
Permissions | ${OSSL|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER |
Extra Delay | 0 seconds |
Notes | |
This function was added in 0.7.5-post-fixes |