|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "animation.qh"Go to the source code of this file.
Classes | |
| class | Easing |
Functions | |
| float | easingLinear (float, float, float, float) |
| float | easingQuadIn (float, float, float, float) |
| float | easingQuadInOut (float, float, float, float) |
| float | easingQuadOut (float, float, float, float) |
| entity | makeEasing (entity, void(entity, float), float(float, float, float, float), float, float, float, float) |
| entity | makeHostedEasing (entity, void(entity, float), float(float, float, float, float), float, float, float) |
Definition at line 31 of file easing.qc.
Referenced by Easing::float().
Definition at line 36 of file easing.qc.
Referenced by easingQuadInOut().
Definition at line 48 of file easing.qc.
References easingQuadIn(), and easingQuadOut().
Definition at line 42 of file easing.qc.
Referenced by easingQuadInOut(), and Slider_setValue().
| entity makeEasing | ( | entity | obj, |
| void(entity, float) | objSetter, | ||
| float(float, float, float, float) | func, | ||
| float | animStartTime, | ||
| float | animDuration, | ||
| float | animStartValue, | ||
| float | animEnd ) |
Definition at line 13 of file easing.qc.
Referenced by Keyframe::addEasing(), and makeHostedEasing().
| entity makeHostedEasing | ( | entity | obj, |
| void(entity, float) | objSetter, | ||
| float(float, float, float, float) | func, | ||
| float | animDuration, | ||
| float | animStartValue, | ||
| float | animEnd ) |
Definition at line 6 of file easing.qc.
References anim, entity(), makeEasing(), and time.
Referenced by Slider_setValue().