animation_controller states.
Verse using statement |
using { /Fortnite.com/Devices/CreativeAnimation } |
Enumerators
The animation_controller_state enumeration includes the following enumerators:
| Name | Description |
|---|---|
InvalidObject |
The target of the animation is not an animatable prop. This could be because:
|
AnimationNotSet |
No animation has been successfully set via |
Stopped |
Animation has either never started, finished, or was explicitly stopped. |
Playing |
Animation is playing. |
Paused |
Animation is paused. |