experimentalUIConstants.lua 130 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 if nil == ccexp then return end ccexp.VideoPlayerEvent = { PLAYING = 0, PAUSED = 1, STOPPED= 2, COMPLETED =3, }