OsForceDetachFromAvatar
From OpenSimulator
(Difference between revisions)
m (Fixed typo in threat level. Added permissions and delay information.) |
|||
Line 3: | Line 3: | ||
|csharp_syntax= | |csharp_syntax= | ||
|description=Works exactly like llDetachFromAvatar() except that PERMISSION_ATTACH is not required. In OpenSimulator 0.7.4. | |description=Works exactly like llDetachFromAvatar() except that PERMISSION_ATTACH is not required. In OpenSimulator 0.7.4. | ||
− | |threat_level= | + | |threat_level=High |
+ | |permissions=false | ||
+ | |delay=0 | ||
|ossl_example= | |ossl_example= | ||
|additional_info= | |additional_info= | ||
}} | }} |
Revision as of 19:17, 27 December 2017
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 |