Difference between revisions of "LlResetAnimationOverride"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "{{LSL_Function |inject-2= {{LSL_Function/permission|PERMISSION_OVERRIDE_ANIMATIONS}} |func_id=?|func_sleep=0.0|func_energy=? |func=llResetAnimationOverride|sort=ResetAnimationOve…")
 
m
Line 5: Line 5:
|func=llResetAnimationOverride|sort=ResetAnimationOverride
|func=llResetAnimationOverride|sort=ResetAnimationOverride
|p1_type=string|p1_name=anim_state|p1_desc=animation state to be reset
|p1_type=string|p1_name=anim_state|p1_desc=animation state to be reset
|func_footnote=*If {{LSLPT|anim_state}} equals "ALL", all animation overrides are reset.
|func_footnote=If {{LSLPT|anim_state}} equals "ALL", all animation overrides are reset.
|func_desc=Resets the animation override of the specified animation state ({{LSLPT|anim_state}}) to the correct default value.
|func_desc=Resets the animation override of the specified animation state ({{LSLPT|anim_state}}) to the correct default value.
|spec
|spec

Revision as of 22:12, 25 March 2013

Summary

Function: llResetAnimationOverride( string anim_state );

Resets the animation override of the specified animation state (anim_state) to the correct default value.

• string anim_state animation state to be reset

To run this function the script must request the PERMISSION_OVERRIDE_ANIMATIONS permission with llRequestPermissions. If anim_state equals "ALL", all animation overrides are reset.

Caveats

Permissions
  • Once the PERMISSION_OVERRIDE_ANIMATIONS permission is granted there may be no way to revoke it except from inside the script (for example, with a new llRequestPermissions call) or if the script is reset. Furthermore even if the script loses the permission (or is derezzed), it will not reset/revert the overridable animations.
    • For Viewer 3.6.7 and up: If the object is not attached to the permission granter but is in the same region, then Me>Movement>Stop Animating Me will revoke both PERMISSION_TRIGGER_ANIMATION and PERMISSION_OVERRIDE_ANIMATIONS (other permissions will remain). In this case, overrides are reset.
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Events

•  run_time_permissions Permission receiving event

Functions

•  llGetPermissions Get the permissions granted
•  llGetPermissionsKey Get the agent who granted permissions
•  llRequestPermissions Request permissions
•  llGetAnimationOverride
•  llResetAnimationOverride

Articles

•  Script permissions
•  Internal_Animations lists internal Animations always available

Deep Notes

Search JIRA for related Issues

Signature

function void llResetAnimationOverride( string anim_state );