Add shared and special action anim types
This commit is contained in:
@@ -55,4 +55,6 @@ const VRR_BIZLABEL_INFO_REPAIR = 5;
|
||||
|
||||
const VRR_ANIMTYPE_NONE = 0;
|
||||
const VRR_ANIMTYPE_ADD = 1;
|
||||
const VRR_ANIMTYPE_BLEND = 2;
|
||||
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)
|
||||
Reference in New Issue
Block a user