Add shared and special action anim types

This commit is contained in:
Vortrex
2021-07-25 22:20:14 -05:00
parent 56a8ecf4a0
commit cd6f275d4e

View File

@@ -56,3 +56,5 @@ const VRR_BIZLABEL_INFO_REPAIR = 5;
const VRR_ANIMTYPE_NONE = 0;
const VRR_ANIMTYPE_ADD = 1;
const VRR_ANIMTYPE_BLEND = 2;
const VRR_ANIMTYPE_SHARED = 3; // Forces this animation to play in sync with another ped's mirrored anim (handshake, kiss, gang signs, etc)
const VRR_ANIMTYPE_SPECIALACTION = 4; // This animtype uses a special action (only in SA)