OsForceDetachFromAvatar
From OpenSimulator
(Difference between revisions)
m (Fixed typo in threat level. Added permissions and delay information.) |
m (Added note stating which version of OpenSim introduced this function) |
||
| Line 7: | Line 7: | ||
|delay=0 | |delay=0 | ||
|ossl_example= | |ossl_example= | ||
| − | |additional_info= | + | |additional_info=This function was added in 0.7.4-post-fixes |
}} | }} | ||
Revision as of 08:41, 15 October 2018
void osForceDetachFromAvatar()
| |
| Works exactly like llDetachFromAvatar() except that PERMISSION_ATTACH is not required. In OpenSimulator 0.7.4. | |
| Threat Level | High |
| Permissions | Use of this function is always disabled by default |
| Extra Delay | 0 seconds |
| Notes | |
| This function was added in 0.7.4-post-fixes | |