|
Xonotic
|
#include "anim.qh"
Include dependency graph for anim.qc:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | anim_set (entity e, vector anim, bool looping, bool override, bool restart) |
| void | anim_update (entity e) |
| Update e.frame based on its animstate relative to time. More... | |
| anim | x = startframe, y = numframes, z = framerate |
Definition at line 6 of file anim.qc.
References BITXOR_ASSIGN, EF_RESTARTANIM_BIT, frametime, and time.
Referenced by viewmodel_draw(), and W_Model().
Here is the caller graph for this function:Update e.frame based on its animstate relative to time.
Definition at line 36 of file anim.qc.
Referenced by viewmodel_draw().
Here is the call graph for this function:
Here is the caller graph for this function: