Xonotic
|
#include "animation.qh"
Go to the source code of this file.
Classes | |
class | Keyframe |
Functions | |
float | getNewChildDuration (entity, float) |
float | getNewChildStart (entity) |
float | getNewChildValue (entity) |
entity | makeHostedKeyframe (entity, void(entity, float), float, float, float) |
entity | makeKeyframe (entity, void(entity, float), float, float, float) |
Definition at line 37 of file keyframe.qc.
Referenced by makeKeyframe().
Definition at line 31 of file keyframe.qc.
Referenced by makeKeyframe().
Definition at line 46 of file keyframe.qc.
References entity(), error(), firstChild, if(), METHOD, NULL, and other.
Referenced by makeKeyframe().
Definition at line 10 of file keyframe.qc.
References anim, entity(), and makeKeyframe().
Definition at line 17 of file keyframe.qc.
References entity(), getNewChildDuration(), getNewChildStart(), getNewChildValue(), makeEasing(), METHOD, NEW, other, and time.
Referenced by makeHostedKeyframe().