Module core.plugins.animations.sv_meta
Check if an animation is running.
Module Overview
Functions
| pMeta:HandsRaised() | Check if a player has hands raised. |
| pMeta:StartAnimation(animation, timeout, timeoutFn) | Run an animation on player. |
| pMeta:StopAnimation() | Stop specific/any animation. |
- pMeta:HandsRaised()
-
Check if a player has hands raised.
Returns:
-
bool Whether hands are raised.
- pMeta:StartAnimation(animation, timeout, timeoutFn)
-
Run an animation on player.
Parameters:
- animation The animation name
- timeout The timeout function timeout.
- timeoutFn The timeout function.
- pMeta:StopAnimation()
- Stop specific/any animation.