OsForceBreakLink
From OpenSimulator
(Difference between revisions)
m (Added permissions and delay information) |
m (Added note stating which version of OpenSim introduced this function) |
||
| Line 5: | Line 5: | ||
|function_syntax=osForceBreakLink(integer link) | |function_syntax=osForceBreakLink(integer link) | ||
|description=* Identical to llBreakLink(integer link) except that it doesn't require the link permission to be granted. Present in 0.8 and later. | |description=* Identical to llBreakLink(integer link) except that it doesn't require the link permission to be granted. Present in 0.8 and later. | ||
| + | |additional_info=This function was added in 0.8-post-fixes | ||
}} | }} | ||
Revision as of 08:59, 15 October 2018
osForceBreakLink(integer link)
| |
| |
| Threat Level | VeryLow |
| Permissions | ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER |
| Extra Delay | 0 seconds |
| Notes | |
| This function was added in 0.8-post-fixes | |