mirror of
https://github.com/ModOrganizer2/python-plugins-doc.git
synced 2026-07-27 14:07:44 -07:00
Deploying to master from @ 178b1d111dc9c456485bcf02d3ad0b203eb0c67b ๐
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user