OsForceDetachFromAvatar
From OpenSimulator
(Difference between revisions)
m (Added note stating which version of OpenSim introduced this function) |
m (Removed redundant information) |
||
| Line 2: | Line 2: | ||
|function_syntax=void osForceDetachFromAvatar() | |function_syntax=void osForceDetachFromAvatar() | ||
|csharp_syntax= | |csharp_syntax= | ||
| − | |description=Works exactly like llDetachFromAvatar() except that PERMISSION_ATTACH is not required | + | |description=Works exactly like llDetachFromAvatar() except that PERMISSION_ATTACH is not required. |
|threat_level=High | |threat_level=High | ||
|permissions=false | |permissions=false | ||
Revision as of 17:08, 15 November 2018
void osForceDetachFromAvatar()
| |
| Works exactly like llDetachFromAvatar() except that PERMISSION_ATTACH is not required. | |
| 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 | |