Dependenices

This commit is contained in:
Cooldude2606
2019-07-22 17:38:56 +01:00
parent e0b7174ece
commit 0499ad35ab
169 changed files with 7502 additions and 734 deletions

View File

@@ -41,6 +41,7 @@
<li class="nav-item">
<h2>Sections</h2>
<ul class="nav">
<li class="nav-item"><a href="#Dependencies"><span class="fragment-hashtag">#</span> Dependencies</a></li>
<li class="nav-item"><a href="#Functions"><span class="fragment-hashtag">#</span> Functions</a></li>
</ul>
</li>
@@ -79,7 +80,7 @@
<li class="nav-item"><div class="nav-item-block-inactive block"><a href="../modules/expcore.gui.concepts.toolbar.html"><span class="module-name-item">expcore.gui.concepts.toolbar</span></a></div></li>
<li class="nav-item"><div class="nav-item-block-inactive block"><a href="../modules/expcore.gui.core.html"><span class="module-name-item">expcore.gui.core</span></a></div></li>
<li class="nav-item"><div class="nav-item-block-inactive block"><a href="../modules/expcore.gui.elements.buttons.html"><span class="module-name-item">expcore.gui.elements.buttons</span></a></div></li>
<li class="nav-item"><div class="nav-item-block-inactive block"><a href="../modules/expcore.gui.elements.checkboxs.html"><span class="module-name-item">expcore.gui.elements.checkboxs</span></a></div></li>
<li class="nav-item"><div class="nav-item-block-inactive block"><a href="../modules/expcore.gui.elements.checkbox.html"><span class="module-name-item">expcore.gui.elements.checkbox</span></a></div></li>
<li class="nav-item"><div class="nav-item-block-inactive block"><a href="../modules/expcore.gui.elements.dropdown.html"><span class="module-name-item">expcore.gui.elements.dropdown</span></a></div></li>
<li class="nav-item"><div class="nav-item-block-inactive block"><a href="../modules/expcore.gui.elements.elem-button.html"><span class="module-name-item">expcore.gui.elements.elem-button</span></a></div></li>
<li class="nav-item"><div class="nav-item-block-inactive block"><a href="../modules/expcore.gui.elements.progress-bar.html"><span class="module-name-item">expcore.gui.elements.progress-bar</span></a></div></li>
@@ -102,6 +103,7 @@
<li class="nav-item"><div class="nav-item-block-inactive block"><a href="../modules/utils.alien_evolution_progress.html"><span class="module-name-item">utils.alien_evolution_progress</span></a></div></li>
<li class="nav-item"><div class="nav-item-block-inactive block"><a href="../modules/utils.core.html"><span class="module-name-item">utils.core</span></a></div></li>
<li class="nav-item"><div class="nav-item-block-inactive block"><a href="../modules/utils.debug.html"><span class="module-name-item">utils.debug</span></a></div></li>
<li class="nav-item"><div class="nav-item-block-inactive block"><a href="../modules/utils.dump_env.html"><span class="module-name-item">utils.dump_env</span></a></div></li>
<li class="nav-item"><div class="nav-item-block-inactive block"><a href="../modules/utils.event.html"><span class="module-name-item">utils.event</span></a></div></li>
<li class="nav-item"><div class="nav-item-block-inactive block"><a href="../modules/utils.event_core.html"><span class="module-name-item">utils.event_core</span></a></div></li>
<li class="nav-item"><div class="nav-item-block-inactive block"><a href="../modules/utils.math.html"><span class="module-name-item">utils.math</span></a></div></li>
@@ -145,6 +147,7 @@
<li class="nav-item">
<h4>Jump to Section</h4>
<ul class="nav">
<li class="nav-item"><a href="#Dependencies"><span class="fragment-hashtag">#</span> Dependencies</a></li>
<li class="nav-item"><a href="#Functions"><span class="fragment-hashtag">#</span> Functions</a></li>
</ul>
</li>
@@ -181,6 +184,35 @@
<!-- module section list start -->
<table class="section-content-list">
<thead>
<h3><a href="#Dependencies">Dependencies</a></h3>
<span></span>
</thead>
<tbody>
<tr>
<td class="name"><a href="#expcore.gui.core">expcore.gui.core</a></td>
</tr>
<tr>
<td class="name"><a href="#expcore.gui.prototype">expcore.gui.prototype</a></td>
</tr>
<tr>
<td class="name"><a href="#expcore.gui.concepts.toolbar">expcore.gui.concepts.toolbar</a></td>
</tr>
<tr>
<td class="name"><a href="#expcore.gui.elements.buttons">expcore.gui.elements.buttons</a></td>
</tr>
<tr>
<td class="name"><a href="#mod-gui">mod-gui</a></td>
</tr>
<tr>
<td class="name"><a href="#utils.game">utils.game</a></td>
</tr>
<tr>
<td class="name"><a href="#utils.event">utils.event</a></td>
</tr>
</tbody>
</table>
<table class="section-content-list">
<thead>
<h3><a href="#Functions">Functions</a></h3>
<span></span>
</thead>
@@ -199,10 +231,10 @@
</tr>
<tr>
<td class="name"><a href="#LeftFrames.toggle_frame">LeftFrames.toggle_frame(name, player[, state])</a></td>
<td class="summary">Toggles the visiblty of a left frame, or sets its visiblty state</td>
<td class="summary">Toggles the visibility of a left frame, or sets its visibility state</td>
</tr>
<tr>
<td class="name"><a href="#LeftFrames.new_frame">LeftFrames.new_frame(permision_name)</a></td>
<td class="name"><a href="#LeftFrames.new_frame">LeftFrames.new_frame(permission_name)</a></td>
<td class="summary">Creates a new left frame define</td>
</tr>
<tr>
@@ -227,11 +259,11 @@
</tr>
<tr>
<td class="name"><a href="#LeftFrames._prototype:toggle">LeftFrames._prototype:toggle(player)</a></td>
<td class="summary">Toggles the visiblty of the left frame</td>
<td class="summary">Toggles the visibility of the left frame</td>
</tr>
<tr>
<td class="name"><a href="#LeftFrames._prototype:update">LeftFrames._prototype:update(player)</a></td>
<td class="summary">Updates the contents of the left frame, first tries update callback, oter wise will clear and redraw</td>
<td class="summary">Updates the contents of the left frame, first tries update callback, other wise will clear and redraw</td>
</tr>
<tr>
<td class="name"><a href="#LeftFrames._prototype:update_all">LeftFrames._prototype:update_all([update_offline=false])</a></td>
@@ -256,6 +288,184 @@
<br />
<!-- section start -->
<h3><span id="Dependencies" class="section-title"><a href="#Dependencies">Dependencies</a></span></h3>
<dl class="section-body-container">
<dt>
<div class="divider divider-custom"></div>
<div class="block section-item-header">
<a href="#expcore.gui.core" class="fragment-hashtag">#</a>
<span class="section-item-title" id="expcore.gui.core">expcore.gui.core</span>
</div>
</dt>
<dd>
<div class="section-item-body">
<!-- parameters start -->
<!-- parameters end -->
<!-- returns start -->
<!-- returns end -->
<!-- see also start -->
<!-- see also end -->
<!-- usage start -->
<!-- usage end -->
</dd>
<dt>
<div class="divider divider-custom"></div>
<div class="block section-item-header">
<a href="#expcore.gui.prototype" class="fragment-hashtag">#</a>
<span class="section-item-title" id="expcore.gui.prototype">expcore.gui.prototype</span>
</div>
</dt>
<dd>
<div class="section-item-body">
<!-- parameters start -->
<!-- parameters end -->
<!-- returns start -->
<!-- returns end -->
<!-- see also start -->
<!-- see also end -->
<!-- usage start -->
<!-- usage end -->
</dd>
<dt>
<div class="divider divider-custom"></div>
<div class="block section-item-header">
<a href="#expcore.gui.concepts.toolbar" class="fragment-hashtag">#</a>
<span class="section-item-title" id="expcore.gui.concepts.toolbar">expcore.gui.concepts.toolbar</span>
</div>
</dt>
<dd>
<div class="section-item-body">
<!-- parameters start -->
<!-- parameters end -->
<!-- returns start -->
<!-- returns end -->
<!-- see also start -->
<!-- see also end -->
<!-- usage start -->
<!-- usage end -->
</dd>
<dt>
<div class="divider divider-custom"></div>
<div class="block section-item-header">
<a href="#expcore.gui.elements.buttons" class="fragment-hashtag">#</a>
<span class="section-item-title" id="expcore.gui.elements.buttons">expcore.gui.elements.buttons</span>
</div>
</dt>
<dd>
<div class="section-item-body">
<!-- parameters start -->
<!-- parameters end -->
<!-- returns start -->
<!-- returns end -->
<!-- see also start -->
<!-- see also end -->
<!-- usage start -->
<!-- usage end -->
</dd>
<dt>
<div class="divider divider-custom"></div>
<div class="block section-item-header">
<a href="#mod-gui" class="fragment-hashtag">#</a>
<span class="section-item-title" id="mod-gui">mod-gui</span>
</div>
</dt>
<dd>
<div class="section-item-body">
<!-- parameters start -->
<!-- parameters end -->
<!-- returns start -->
<!-- returns end -->
<!-- see also start -->
<!-- see also end -->
<!-- usage start -->
<!-- usage end -->
</dd>
<dt>
<div class="divider divider-custom"></div>
<div class="block section-item-header">
<a href="#utils.game" class="fragment-hashtag">#</a>
<span class="section-item-title" id="utils.game">utils.game</span>
</div>
</dt>
<dd>
<div class="section-item-body">
<!-- parameters start -->
<!-- parameters end -->
<!-- returns start -->
<!-- returns end -->
<!-- see also start -->
<!-- see also end -->
<!-- usage start -->
<!-- usage end -->
</dd>
<dt>
<div class="divider divider-custom"></div>
<div class="block section-item-header">
<a href="#utils.event" class="fragment-hashtag">#</a>
<span class="section-item-title" id="utils.event">utils.event</span>
</div>
</dt>
<dd>
<div class="section-item-body">
<!-- parameters start -->
<!-- parameters end -->
<!-- returns start -->
<!-- returns end -->
<!-- see also start -->
<!-- see also end -->
<!-- usage start -->
<!-- usage end -->
</dd>
</dl>
<h3><span id="Functions" class="section-title"><a href="#Functions">Functions</a></span></h3>
<dl class="section-body-container">
<dt>
@@ -455,7 +665,7 @@
<dd>
<div class="section-item-body">
<p class="section-item-summary">Toggles the visiblty of a left frame, or sets its visiblty state</p>
<p class="section-item-summary">Toggles the visibility of a left frame, or sets its visibility state</p>
<p class="section-item-description"></p>
<!-- parameters start -->
@@ -507,7 +717,7 @@
(<span class="types"><a class="type" href="http://lua-api.factorio.com/latest/Builtin-Types.html#boolean">boolean</a></span>)
when given will be the state that the visiblty is set to
when given will be the state that the visibility is set to
(<em>optional</em>)
</li>
@@ -522,7 +732,7 @@
<ul>
<li>
(<span class="types"><a class="type" href="http://lua-api.factorio.com/latest/Builtin-Types.html#boolean">boolean</a></span>)
<span class="return-text">the new state of the visiblity</span>
<span class="return-text">the new state of the visibility</span>
</li>
</ul>
<!-- returns end -->
@@ -539,7 +749,7 @@
<div class="divider divider-custom"></div>
<div class="block section-item-header">
<a href="#LeftFrames.new_frame" class="fragment-hashtag">#</a>
<span class="section-item-title" id="LeftFrames.new_frame">LeftFrames.new_frame(permision_name)</span>
<span class="section-item-title" id="LeftFrames.new_frame">LeftFrames.new_frame(permission_name)</span>
</div>
</dt>
<dd>
@@ -559,13 +769,13 @@
<li class="section-subitem-li">
<strong><em>permision_name</em></strong>
<strong><em>permission_name</em></strong>
<strong> : </strong>
(<span class="types"><a class="type" href="http://lua-api.factorio.com/latest/Builtin-Types.html#string">string</a></span>)
the name that can be used with the permision system
the name that can be used with the permission system
</li>
@@ -622,7 +832,7 @@
(<span class="types"><a class="type" href="http://lua-api.factorio.com/latest/Builtin-Types.html#boolean">boolean</a> or <a class="type" href="https://www.lua.org/pil/2.6.html">function</a></span>)
the default state of the visiblty, can be a function
the default state of the visibility, can be a function
state param - player LuaPlayer - the player that has joined the game
state param - define_name string - the define name for the frame
state return - boolean - false will hide the frame
@@ -676,7 +886,7 @@
(<span class="types"><a class="type" href="http://lua-api.factorio.com/latest/Builtin-Types.html#string">string</a></span>)
the direction to have the elements be added to thef frame
the direction to have the elements be added to the frame
</li>
@@ -877,7 +1087,7 @@
<dd>
<div class="section-item-body">
<p class="section-item-summary">Toggles the visiblty of the left frame</p>
<p class="section-item-summary">Toggles the visibility of the left frame</p>
<p class="section-item-description"></p>
<!-- parameters start -->
@@ -911,7 +1121,7 @@
<ul>
<li>
(<span class="types"><a class="type" href="http://lua-api.factorio.com/latest/Builtin-Types.html#boolean">boolean</a></span>)
<span class="return-text">the new state of the visiblity</span>
<span class="return-text">the new state of the visibility</span>
</li>
</ul>
<!-- returns end -->
@@ -934,7 +1144,7 @@
<dd>
<div class="section-item-body">
<p class="section-item-summary">Updates the contents of the left frame, first tries update callback, oter wise will clear and redraw</p>
<p class="section-item-summary">Updates the contents of the left frame, first tries update callback, other wise will clear and redraw</p>
<p class="section-item-description"></p>
<!-- parameters start -->
@@ -1192,7 +1402,7 @@
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc </a></i>
</div>
<div class="content-footer column col-9 col-sm-12">
<i>Last updated 2019-07-22 16:24:44 UTC</i>
<i>Last updated 2019-07-22 17:37:51 UTC</i>
</div>
</div>
</div>