Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.37 KB | None | 0 0
  1.     OnCommand=function(self)
  2.     local wheel = SCREENMAN:GetTopScreen():GetChild("MusicWheel");
  3.     if wheel:GetSelectedType() == "WheelDataItemType_Section" then
  4.    
  5.    
  6.     --[[ This will have the same effect ]]
  7.     OnCommand=function(self)
  8.     local wheel = SCREENMAN:GetTopScreen():GetChild("MusicWheel")
  9.     if WheelBase.GetSelectedType( wheel ) == "WheelDataItemType_Section" then
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement