OsDropAttachmentAt
From OpenSimulator
(Difference between revisions)
m (XEngine to OSSL) |
|||
Line 2: | Line 2: | ||
|function_syntax= osDropAttachmentAt(vector pos, rotation rot) | |function_syntax= osDropAttachmentAt(vector pos, rotation rot) | ||
|threat_level=Moderate | |threat_level=Moderate | ||
− | |permissions=${ | + | |permissions=${OSSL|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER |
|delay=0 | |delay=0 | ||
|description=Requires script to be granted [[PERMISSION_ATTACH]], drops an attachment at position '''pos''' with rotation '''rot''' | |description=Requires script to be granted [[PERMISSION_ATTACH]], drops an attachment at position '''pos''' with rotation '''rot''' | ||
|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:24, 7 November 2019
osDropAttachmentAt(vector pos, rotation rot)
| |
Requires script to be granted PERMISSION_ATTACH, drops an attachment at position pos with rotation rot | |
Threat Level | Moderate |
Permissions | ${OSSL|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER |
Extra Delay | 0 seconds |
Notes | |
This function was added in 0.7.5-post-fixes |