Player:AddVCDSequenceToGestureSlot
Player:AddVCDSequenceToGestureSlot( number slot, number sequenceId, number cycle, boolean autokill = false )
Description
Plays a sequence directly from a sequence number, similar to Player:AnimRestartGesture. This function has the advantage to play sequences that haven't been bound to an existing Enums/ACT
Arguments
4 boolean autokill = false
If the animation should not loop. true = stops the animation, false = the animation keeps playing.