Xonotic
|
#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 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_allowAnim().
entity makeEasing | ( | entity | , |
void(entity, float) | , | ||
float(float, float, float, float) | , | ||
float | , | ||
float | , | ||
float | , | ||
float | |||
) |
Definition at line 13 of file easing.qc.
References entity(), METHOD, and NEW.
Referenced by makeHostedEasing(), and makeKeyframe().
entity makeHostedEasing | ( | entity | , |
void(entity, float) | , | ||
float(float, float, float, float) | , | ||
float | , | ||
float | , | ||
float | |||
) |
Definition at line 6 of file easing.qc.
References anim, entity(), makeEasing(), and time.
Referenced by Slider_setValue_allowAnim().