begin_animation ![code/modules/wiremod/components/admin/animate.dm 4](git.png)
Vars | |
animate_event | Called when performing the animation. |
---|---|
animation_loops | The amount of times this animation will loop |
atom_or_filter | Whether we are animating an atom or a filter on the atom |
filter_target | The filter to animate |
parallel | Used to determine if the animation runs in parallel or not. |
stop_all_animations | Called to stop all animations on this object |
target | The target to animate |
Var Details
animate_event ![code/modules/wiremod/components/admin/animate.dm 26](git.png)
Called when performing the animation.
animation_loops ![code/modules/wiremod/components/admin/animate.dm 18](git.png)
The amount of times this animation will loop
atom_or_filter ![code/modules/wiremod/components/admin/animate.dm 11](git.png)
Whether we are animating an atom or a filter on the atom
filter_target ![code/modules/wiremod/components/admin/animate.dm 14](git.png)
The filter to animate
parallel ![code/modules/wiremod/components/admin/animate.dm 20](git.png)
Used to determine if the animation runs in parallel or not.
stop_all_animations ![code/modules/wiremod/components/admin/animate.dm 22](git.png)
Called to stop all animations on this object
target ![code/modules/wiremod/components/admin/animate.dm 16](git.png)
The target to animate