OsForceCreateLink
From OpenSimulator
(Difference between revisions)
m (Added note stating which version of OpenSim introduced this function) |
|||
| Line 3: | Line 3: | ||
|permissions=${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER | |permissions=${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER | ||
|delay=1 | |delay=1 | ||
| − | |function_syntax=osForceCreateLink(key target, | + | |function_syntax=osForceCreateLink(key target, integer parent) |
|description=* Idential to llCreateLink() except that it doesn't require the link permission to be granted. Present in 0.8 and later. | |description=* Idential to llCreateLink() 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 | |additional_info=This function was added in 0.8-post-fixes | ||
}} | }} | ||
Revision as of 13:17, 27 November 2018
osForceCreateLink(key target, integer parent)
| |
| |
| Threat Level | VeryLow |
| Permissions | ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER |
| Extra Delay | 1 seconds |
| Notes | |
| This function was added in 0.8-post-fixes | |