StudioConstants.lua 208 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 if nil == ccs then return end ccs.MovementEventType = { start = 0, complete = 1, loopComplete = 2, } ccs.InnerActionType = { LoopAction = 0, NoLoopAction = 1, SingleFrame = 2, }