OsForceCreateLink
From OpenSimulator
(Difference between revisions)
m (Added permissions and delay information) |
m (Corrected delay value) |
||
| Line 2: | Line 2: | ||
|threat_level=VeryLow | |threat_level=VeryLow | ||
|permissions=${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER | |permissions=${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER | ||
| − | |delay= | + | |delay=1 |
|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 08:58, 27 November 2017
osForceCreateLink(key target, int parent)
| |
| |
| Threat Level | VeryLow |
| Permissions | ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER |
| Extra Delay | 1 seconds |