engineRestoreAnimation | Multi Theft Auto: Wiki Skip to content

engineRestoreAnimation

Client-side
Server-side
Shared

This page is incomplete! Help wanted!

Please finish this page using the corresponding Old Wiki article.
Go to Contribution guidelines for more information.


This function restores internal (default) animations that were replaced using engineReplaceAnimation function. This function only affects a specific player or ped just like engineReplaceAnimation.

Syntax

engineRestoreAnimation ( )

Code Examples

client

Example 1:This example restores all replaced animations within every block for the local player.

engineRestoreAnimation( localPlayer )

See Also

Engine Functions
Engine Elements