OsForceBreakLink
From OpenSimulator
(Difference between revisions)
Dev Random (Talk | contribs) |
m (Added permissions and delay information) |
||
Line 1: | Line 1: | ||
{{osslfunc | {{osslfunc | ||
|threat_level=VeryLow | |threat_level=VeryLow | ||
+ | |permissions=${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER | ||
+ | |delay=0 | ||
|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. | ||
}} | }} |
Revision as of 11:16, 25 October 2017
osForceBreakLink(integer link)
| |
| |
Threat Level | VeryLow |
Permissions | ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER |
Extra Delay | 0 seconds |