OsForceAttachToAvatar
From OpenSimulator
(Difference between revisions)
m (XEngine to OSSL) |
|||
| Line 4: | Line 4: | ||
|description=Works exactly like llAttachToAvatar() except that PERMISSION_ATTACH is not required. | |description=Works exactly like llAttachToAvatar() except that PERMISSION_ATTACH is not required. | ||
|threat_level=High | |threat_level=High | ||
| − | |permissions=${ | + | |permissions=${OSSL|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER |
|delay=0 | |delay=0 | ||
|ossl_example= | |ossl_example= | ||
|additional_info=This function was added in 0.7.4-post-fixes | |additional_info=This function was added in 0.7.4-post-fixes | ||
}} | }} | ||
Revision as of 07:25, 7 November 2019
osForceAttachToAvatar(integer attachmentPoint)
| |
| Works exactly like llAttachToAvatar() except that PERMISSION_ATTACH is not required. | |
| Threat Level | High |
| Permissions | ${OSSL|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER |
| Extra Delay | 0 seconds |
| Notes | |
| This function was added in 0.7.4-post-fixes | |