|
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 | 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.
References entity().
Referenced by Keyframe::addEasing().
Definition at line 31 of file keyframe.qc.
References entity().
Referenced by Keyframe::addEasing().
Definition at line 46 of file keyframe.qc.
References entity().
Referenced by Keyframe::addEasing().
| entity makeHostedKeyframe | ( | entity | obj, |
| void(entity, float) | objSetter, | ||
| float | animDuration, | ||
| float | animStart, | ||
| float | animEnd ) |
Definition at line 10 of file keyframe.qc.
References anim, entity(), and makeKeyframe().
| entity makeKeyframe | ( | entity | obj, |
| void(entity, float) | objSetter, | ||
| float | animDuration, | ||
| float | animStart, | ||
| float | animEnd ) |
Definition at line 17 of file keyframe.qc.
References entity(), NEW, and time.
Referenced by makeHostedKeyframe().