Skip to content

Commit

Permalink
Deploying to main from @ smrealms/smr@07bbb2f 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
hemberger committed Dec 5, 2024
1 parent 4e15c8d commit a906012
Show file tree
Hide file tree
Showing 326 changed files with 28,067 additions and 9,573 deletions.
2,408 changes: 1,718 additions & 690 deletions docs/classes/Smr-AbstractPlayer.html

Large diffs are not rendered by default.

1,090 changes: 777 additions & 313 deletions docs/classes/Smr-AbstractShip.html

Large diffs are not rendered by default.

1,209 changes: 862 additions & 347 deletions docs/classes/Smr-Account.html

Large diffs are not rendered by default.

40 changes: 27 additions & 13 deletions docs/classes/Smr-Admin-UniGenLocationCategories.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Doc
Menu
</label>
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
<section class="phpdocumentor-sidebar__category">
<section class="phpdocumentor-sidebar__category -namespaces">
<h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
<h4 class="phpdocumentor-sidebar__root-namespace">
<a href="namespaces/smr.html" class="">Smr</a>
Expand Down Expand Up @@ -115,22 +115,22 @@ <h4 class="phpdocumentor-sidebar__root-namespace">
</ul>

</section>
<section class="phpdocumentor-sidebar__category">
<section class="phpdocumentor-sidebar__category -packages">
<h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
<h4 class="phpdocumentor-sidebar__root-namespace">
<a href="packages/Application.html" class="">Application</a>
</h4>

</section>

<section class="phpdocumentor-sidebar__category">
<section class="phpdocumentor-sidebar__category -reports">
<h2 class="phpdocumentor-sidebar__category-header">Reports</h2>
<h3 class="phpdocumentor-sidebar__root-package"><a href="reports/deprecated.html">Deprecated</a></h3>
<h3 class="phpdocumentor-sidebar__root-package"><a href="reports/errors.html">Errors</a></h3>
<h3 class="phpdocumentor-sidebar__root-package"><a href="reports/markers.html">Markers</a></h3>
</section>

<section class="phpdocumentor-sidebar__category">
<section class="phpdocumentor-sidebar__category -indices">
<h2 class="phpdocumentor-sidebar__category-header">Indices</h2>
<h3 class="phpdocumentor-sidebar__root-package"><a href="indices/files.html">Files</a></h3>
</section>
Expand Down Expand Up @@ -173,6 +173,7 @@ <h2 class="phpdocumentor-content__title">

<p class="phpdocumentor-summary">Helper class for organizing Locations into categories.</p>


<section class="phpdocumentor-description"><p>Though we expect a location to be only in one category, it is possible to
edit a location in the Admin Tools so that it is in two or more categories.
For simplicity here, it will only show up in the first category it matches,
Expand All @@ -184,6 +185,8 @@ <h2 class="phpdocumentor-content__title">





<h3 id="toc">
Table of Contents
<a href="classes/Smr-Admin-UniGenLocationCategories.html#toc" class="headerlink"><i class="fas fa-link"></i></a>
Expand All @@ -205,13 +208,13 @@ <h4 id="toc-properties">
</h4>
<dl class="phpdocumentor-table-of-contents">
<dt class="phpdocumentor-table-of-contents__entry -property -public">
<a href="classes/Smr-Admin-UniGenLocationCategories.html#property_locTypes">$locTypes</a>
<a class="" href="classes/Smr-Admin-UniGenLocationCategories.html#property_locTypes">$locTypes</a>
<span>
&nbsp;: array&lt;string, array&lt;string|int, int&gt;&gt; </span>
</dt>

<dt class="phpdocumentor-table-of-contents__entry -property -private">
<a href="classes/Smr-Admin-UniGenLocationCategories.html#property_locAdded">$locAdded</a>
<a class="" href="classes/Smr-Admin-UniGenLocationCategories.html#property_locAdded">$locAdded</a>
<span>
&nbsp;: array&lt;string|int, int&gt; </span>
</dt>
Expand All @@ -225,13 +228,13 @@ <h4 id="toc-methods">
</h4>
<dl class="phpdocumentor-table-of-contents">
<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/Smr-Admin-UniGenLocationCategories.html#method_added">added()</a>
<a class="" href="classes/Smr-Admin-UniGenLocationCategories.html#method_added">added()</a>
<span>
&nbsp;: bool </span>
</dt>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/Smr-Admin-UniGenLocationCategories.html#method_addLoc">addLoc()</a>
<a class="" href="classes/Smr-Admin-UniGenLocationCategories.html#method_addLoc">addLoc()</a>
<span>
&nbsp;: string </span>
</dt>
Expand All @@ -240,7 +243,6 @@ <h4 id="toc-methods">







Expand Down Expand Up @@ -273,6 +275,7 @@ <h4 class="phpdocumentor-element__name" id="property_locTypes">
</aside>



<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__type">array&lt;string, array&lt;string|int, int&gt;&gt;</span>
Expand All @@ -283,6 +286,8 @@ <h4 class="phpdocumentor-element__name" id="property_locTypes">





</article>
<article
class="
Expand All @@ -307,6 +312,7 @@ <h4 class="phpdocumentor-element__name" id="property_locAdded">
</aside>



<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">private</span>
<span class="phpdocumentor-signature__type">array&lt;string|int, int&gt;</span>
Expand All @@ -317,6 +323,8 @@ <h4 class="phpdocumentor-element__name" id="property_locAdded">





</article>
</section>

Expand Down Expand Up @@ -353,6 +361,7 @@ <h4 class="phpdocumentor-element__name" id="method_added">
<div class="phpdocumentor-label-line">
</div>


<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
<dl class="phpdocumentor-argument-list">
<dt class="phpdocumentor-argument-list__entry">
Expand All @@ -366,6 +375,8 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>





<section>
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
<span class="phpdocumentor-signature__response_type">bool</span>
Expand Down Expand Up @@ -399,6 +410,7 @@ <h4 class="phpdocumentor-element__name" id="method_addLoc">
<div class="phpdocumentor-label-line">
</div>


<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
<dl class="phpdocumentor-argument-list">
<dt class="phpdocumentor-argument-list__entry">
Expand All @@ -419,6 +431,8 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>





<section>
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
<span class="phpdocumentor-signature__response_type">string</span>
Expand Down Expand Up @@ -538,16 +552,16 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
<li class="phpdocumentor-on-this-page-section__title">Properties</li>
<li>
<ul class="phpdocumentor-list -clean">
<li><a href="classes/Smr-Admin-UniGenLocationCategories.html#property_locTypes">$locTypes<a href="classes/Smr-Admin-UniGenLocationCategories.html"></li>
<li><a href="classes/Smr-Admin-UniGenLocationCategories.html#property_locAdded">$locAdded<a href="classes/Smr-Admin-UniGenLocationCategories.html"></li>
<li class=""><a href="classes/Smr-Admin-UniGenLocationCategories.html#property_locTypes">$locTypes</a></li>
<li class=""><a href="classes/Smr-Admin-UniGenLocationCategories.html#property_locAdded">$locAdded</a></li>
</ul>
</li>

<li class="phpdocumentor-on-this-page-section__title">Methods</li>
<li>
<ul class="phpdocumentor-list -clean">
<li><a href="classes/Smr-Admin-UniGenLocationCategories.html#method_added">added()</a></li>
<li><a href="classes/Smr-Admin-UniGenLocationCategories.html#method_addLoc">addLoc()</a></li>
<li class=""><a href="classes/Smr-Admin-UniGenLocationCategories.html#method_added">added()</a></li>
<li class=""><a href="classes/Smr-Admin-UniGenLocationCategories.html#method_addLoc">addLoc()</a></li>
</ul>
</li>
</ul>
Expand Down
Loading

0 comments on commit a906012

Please sign in to comment.