DiceCountBox_OnEnterPressed()
DiceCountBox_OnEditFocusLost()
tooltip_OnEnter(DiceCountBox, "This is how many dice you want to roll at a time")
tooltip_OnLeave()
DiceSideBox_OnEnterPressed()
DiceSideBox_OnEditFocusLost()
tooltip_OnEnter(DiceSideBox, "This determines how many sides you roll, like 6 sides or 20 sides")
tooltip_OnLeave()
ModifierBox_OnEditFocusLost()
ModifierBox_OnEnter()
tooltip_OnEnter(ModifierBox, "This number is added after all dice are rolled")
tooltip_OnLeave()
RollTypeBox_OnEnter()
tooltip_OnEnter(RollTypeBox, "Adds a kind of 'tag' to the roll message, to describe what kind of roll you are making. I.E. an Attack or Defend")
RollTypeBox_OnEditFocusLost()
tooltip_OnLeave()
self:RegisterForDrag("LeftButton")
self:StartMoving()
self:StopMovingOrSizing()
self:RegisterEvent("CHAT_MSG_ADDON")
self:RegisterEvent("PLAYER_ENTERING_WORLD")
DiceRollerFrame_OnEvent()
self.name = "Alex's Dice Bag"
InterfaceOptions_AddCategory(self)
ScrollFrame1_OnVerticalScroll()