|
Xonotic
|
Include dependency graph for keyframe.qc:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| float | getNewChildDuration (entity this, float durationTime) |
| float | getNewChildStart (entity this) |
| float | getNewChildValue (entity this) |
| entity | makeHostedKeyframe (entity obj, void(entity, float) objSetter, float animDuration, float animStart, float animEnd) |
| entity | makeKeyframe (entity obj, void(entity, float) objSetter, float animDuration, float animStart, float animEnd) |
Variables | |
| entity | parent |
Definition at line 37 of file keyframe.qc.
Referenced by makeKeyframe().
Here is the caller graph for this function:Definition at line 31 of file keyframe.qc.
Referenced by makeKeyframe().
Here is the caller graph for this function:Definition at line 46 of file keyframe.qc.
References entity(), error(), firstChild, if(), METHOD, NULL, and other.
Referenced by makeKeyframe().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the call graph for this function:| entity makeKeyframe | ( | entity | obj, |
| void(entity, float) | objSetter, | ||
| float | animDuration, | ||
| float | animStart, | ||
| float | animEnd | ||
| ) |
Definition at line 17 of file keyframe.qc.
References entity(), getNewChildDuration(), getNewChildStart(), getNewChildValue(), makeEasing(), METHOD, NEW, other, and time.
Referenced by makeHostedKeyframe().
Here is the call graph for this function:
Here is the caller graph for this function:| entity parent |
Definition at line 8 of file keyframe.qc.