OsDropAttachmentAt
From OpenSimulator
(Difference between revisions)
SignpostMarv (Talk | contribs) (creating basic documentation) |
m (Added permissions and delay information) |
||
Line 2: | Line 2: | ||
|function_syntax=Void osDropAttachmentAt(Vector3 pos, Quaternion rot) | |function_syntax=Void osDropAttachmentAt(Vector3 pos, Quaternion rot) | ||
|threat_level=Moderate | |threat_level=Moderate | ||
+ | |permissions=${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER | ||
+ | |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''' | ||
}} | }} |
Revision as of 08:17, 25 October 2017
Void osDropAttachmentAt(Vector3 pos, Quaternion rot)
| |
Requires script to be granted PERMISSION_ATTACH, drops an attachment at position pos with rotation rot | |
Threat Level | Moderate |
Permissions | ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER |
Extra Delay | 0 seconds |