Deploying to master from @ 178b1d111dc9c456485bcf02d3ad0b203eb0c67b ๐Ÿš€

This commit is contained in:
Holt59
2021-02-07 19:21:20 +00:00
parent be9560dc7f
commit f96e54ace4
4 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -296,7 +296,7 @@
<col style="width: 90%" />
</colgroup>
<tbody>
<tr class="row-odd"><td><p><a class="reference internal" href="#mobase.SaveGameInfo.getMissingAssets" title="mobase.SaveGameInfo.getMissingAssets"><code class="xref py py-obj docutils literal notranslate"><span class="pre">getMissingAssets</span></code></a>(filepath)</p></td>
<tr class="row-odd"><td><p><a class="reference internal" href="#mobase.SaveGameInfo.getMissingAssets" title="mobase.SaveGameInfo.getMissingAssets"><code class="xref py py-obj docutils literal notranslate"><span class="pre">getMissingAssets</span></code></a>(save)</p></td>
<td><p>Retrieve missing assets from the save.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="#mobase.SaveGameInfo.getSaveGameWidget" title="mobase.SaveGameInfo.getSaveGameWidget"><code class="xref py py-obj docutils literal notranslate"><span class="pre">getSaveGameWidget</span></code></a>(parent)</p></td>
@@ -307,11 +307,11 @@
<p class="rubric">Methods Documentation</p>
<dl class="method">
<dt id="mobase.SaveGameInfo.getMissingAssets">
<em class="property">abstract </em><code class="sig-name descname">getMissingAssets</code><span class="sig-paren">(</span><em class="sig-param">filepath</em><span class="sig-paren">)</span><a class="headerlink" href="#mobase.SaveGameInfo.getMissingAssets" title="Permalink to this definition">ยถ</a></dt>
<em class="property">abstract </em><code class="sig-name descname">getMissingAssets</code><span class="sig-paren">(</span><em class="sig-param">save</em><span class="sig-paren">)</span><a class="headerlink" href="#mobase.SaveGameInfo.getMissingAssets" title="Permalink to this definition">ยถ</a></dt>
<dd><p>Retrieve missing assets from the save.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><p><strong>filepath</strong> โ€“ The save to find missing assets for.</p>
<dd class="field-odd"><p><strong>save</strong> โ€“ The save to find missing assets for.</p>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><p>A collection of missing assets and the modules that can supply those assets.</p>