diff --git a/corsixth_lua/_0_1_u_i_tip_of_the_day.html b/corsixth_lua/_0_1_u_i_tip_of_the_day.html index a429c17db..c3671baf0 100644 --- a/corsixth_lua/_0_1_u_i_tip_of_the_day.html +++ b/corsixth_lua/_0_1_u_i_tip_of_the_day.html @@ -146,9 +146,9 @@

Method Index

onChangeLanguage() (inherited from Window) -
  • - onChangeResolution() - (inherited from Window) +
  • + onChangeResolution() + (overrides Window:onChangeResolution)
  • onCursorWorldPositionChange(x, y) @@ -279,6 +279,7 @@

    Member Index

    (*)
  • height + (*)
  • hotkeyboxes (*) @@ -360,13 +361,13 @@
    function UITipOfTheDa +
    +
    function UITipOfTheDay:onChangeResolution()
    +

    + Called after the resolution of the game window changes

    + Overrides: Window:onChangeResolution.
    + Declared on: line 94 of Lua/dialogs/resizables/tip_of_the_day.lua.