OsForceCreateLink
From OpenSimulator
(Difference between revisions)
(Created page with "{{osslfunc |threat_level=VeryLow |function_syntax=list osForceCreateLink(string target, int parent) |description=* Idential to llCreateLink() except that it doesn't require th...") |
Dev Random (Talk | contribs) |
||
Line 1: | Line 1: | ||
{{osslfunc | {{osslfunc | ||
|threat_level=VeryLow | |threat_level=VeryLow | ||
− | |function_syntax= | + | |function_syntax=osForceCreateLink(key target, int parent) |
− | |description=* Idential to llCreateLink() except that it doesn't require the link permission to be granted. | + | |description=* Idential to llCreateLink() except that it doesn't require the link permission to be granted. Present in 0.8 and later. |
}} | }} |
Revision as of 15:52, 28 June 2014
osForceCreateLink(key target, int parent)
| |
| |
Threat Level | VeryLow |
Permissions | No permissions specified |
Extra Delay | No function delay specified |