]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/player_skeleton.qh
support up to 2 aim bones
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / player_skeleton.qh
1 void free_skeleton_from_frames(entity e);
2 void skeleton_from_frames(entity e);
3 void skeleton_loadinfo(entity e);
4
5 .float bone_upperbody;
6 .float bone_weapon;
7 .float bone_aim1;
8 .float bone_aim1weight;
9 .float bone_aim2;
10 .float bone_aim2weight;
11 .float fixbone;