OsForceCreateLink
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|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER | ||
+ | |delay=0 | ||
|function_syntax=osForceCreateLink(key target, int parent) | |function_syntax=osForceCreateLink(key target, int 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. | ||
}} | }} |
Revision as of 11:17, 25 October 2017
osForceCreateLink(key target, int parent)
| |
| |
Threat Level | VeryLow |
Permissions | ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER |
Extra Delay | 0 seconds |