Skip to content

Commit

Permalink
Documentation from fba1775 [no CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
Docs Bot committed Apr 9, 2024
1 parent 9d01dd6 commit 2fa1faa
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions corsixth_lua/_0_1_u_i_tip_of_the_day.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ <h4>Method Index</h4>
<a href="_0_1_window.html#_0_1_window_1on_change_language">onChangeLanguage</a>()
(inherited from <a href="_0_1_window.html">Window</a>)
</li>
<li class="inherited">
<a href="_0_1_window.html#_0_1_window_1on_change_resolution">onChangeResolution</a>()
(inherited from <a href="_0_1_window.html">Window</a>)
<li class="self">
<a href="_0_1_u_i_tip_of_the_day.html#_0_1_u_i_tip_of_the_day_1on_change_resolution">onChangeResolution</a>()
(overrides <a href="_0_1_window.html#_0_1_window_1on_change_resolution">Window:onChangeResolution</a>)
</li>
<li class="inherited">
<a href="_0_1_window.html#_0_1_window_1on_cursor_world_position_change">onCursorWorldPositionChange</a>(<span class="p">x</span>, <span class="p">y</span>)
Expand Down Expand Up @@ -279,6 +279,7 @@ <h4>Member Index</h4>
(*)
</li>
<li><span class="p">height</span>
(*)
</li>
<li><span class="p">hotkeyboxes</span>
(*)
Expand Down Expand Up @@ -360,13 +361,13 @@ <h5><a name="_0_1_u_i_tip_of_the_day_1_u_i_tip_of_the_day">function UITipOfTheDa
<div class="method">
<h5><a name="_0_1_u_i_tip_of_the_day_1button_next">function UITipOfTheDay:buttonNext()</a></h5>
<p>
<strong>Declared on:</strong> <a href="http://www.github.com/CorsixTH/CorsixTH/blob/master/CorsixTH/Lua/dialogs/resizables/tip_of_the_day.lua#L75">line 75 of Lua/dialogs/resizables/tip_of_the_day.lua</a>.
<strong>Declared on:</strong> <a href="http://www.github.com/CorsixTH/CorsixTH/blob/master/CorsixTH/Lua/dialogs/resizables/tip_of_the_day.lua#L87">line 87 of Lua/dialogs/resizables/tip_of_the_day.lua</a>.
</p>
</div>
<div class="method">
<h5><a name="_0_1_u_i_tip_of_the_day_1button_prev">function UITipOfTheDay:buttonPrev()</a></h5>
<p>
<strong>Declared on:</strong> <a href="http://www.github.com/CorsixTH/CorsixTH/blob/master/CorsixTH/Lua/dialogs/resizables/tip_of_the_day.lua#L68">line 68 of Lua/dialogs/resizables/tip_of_the_day.lua</a>.
<strong>Declared on:</strong> <a href="http://www.github.com/CorsixTH/CorsixTH/blob/master/CorsixTH/Lua/dialogs/resizables/tip_of_the_day.lua#L80">line 80 of Lua/dialogs/resizables/tip_of_the_day.lua</a>.
</p>
</div>
<div class="method">
Expand All @@ -392,7 +393,15 @@ <h5><a name="_0_1_u_i_tip_of_the_day_1draw">function UITipOfTheDay:draw(<span cl
</tr>
</table></p><p>
<strong>Overrides:</strong> <a href="_0_1_u_i_resizable.html#_0_1_u_i_resizable_1draw">UIResizable:draw</a>.<br/>
<strong>Declared on:</strong> <a href="http://www.github.com/CorsixTH/CorsixTH/blob/master/CorsixTH/Lua/dialogs/resizables/tip_of_the_day.lua#L58">line 58 of Lua/dialogs/resizables/tip_of_the_day.lua</a>.
<strong>Declared on:</strong> <a href="http://www.github.com/CorsixTH/CorsixTH/blob/master/CorsixTH/Lua/dialogs/resizables/tip_of_the_day.lua#L70">line 70 of Lua/dialogs/resizables/tip_of_the_day.lua</a>.
</p>
</div>
<div class="method">
<h5><a name="_0_1_u_i_tip_of_the_day_1on_change_resolution">function UITipOfTheDay:onChangeResolution()</a></h5>
<p>
Called after the resolution of the game window changes<br/><br/>
<strong>Overrides:</strong> <a href="_0_1_window.html#_0_1_window_1on_change_resolution">Window:onChangeResolution</a>.<br/>
<strong>Declared on:</strong> <a href="http://www.github.com/CorsixTH/CorsixTH/blob/master/CorsixTH/Lua/dialogs/resizables/tip_of_the_day.lua#L94">line 94 of Lua/dialogs/resizables/tip_of_the_day.lua</a>.
</p>
</div>
</div>
Expand Down

0 comments on commit 2fa1faa

Please sign in to comment.