OsForceAttachToAvatar
From OpenSimulator
(Difference between revisions)
m (Added permissions and delay information) |
|||
| Line 3: | Line 3: | ||
|csharp_syntax= | |csharp_syntax= | ||
|description=Works exactly like llAttachToAvatar() except that PERMISSION_ATTACH is not required. In OpenSimulator 0.7.4. | |description=Works exactly like llAttachToAvatar() except that PERMISSION_ATTACH is not required. In OpenSimulator 0.7.4. | ||
| − | |threat_level= | + | |threat_level=High |
| + | |permissions=${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER | ||
| + | |delay=0 | ||
|ossl_example= | |ossl_example= | ||
|additional_info= | |additional_info= | ||
}} | }} | ||
Revision as of 08:21, 25 October 2017
void osForceAttachToAvatar(integer attachmentPoint)
| |
| Works exactly like llAttachToAvatar() except that PERMISSION_ATTACH is not required. In OpenSimulator 0.7.4. | |
| Threat Level | High |
| Permissions | ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER |
| Extra Delay | 0 seconds |