Set the animation playback type this animation should use. Animation types are defined on the animation library. tdas.ANIMATION_TYPES = { -- bitmask PLAYONCE = 1, LOOP = 2, -- PLAYONCE and LOOP are mutually exclusive RANDOMFRAME = 4 }
Set the animation playback type this animation should use. Animation types are defined on the animation library. tdas.ANIMATION_TYPES = { -- bitmask PLAYONCE = 1, LOOP = 2, -- PLAYONCE and LOOP are mutually exclusive RANDOMFRAME = 4 }
1 number bitmask
a bitmask of the animation types to use.