Skip to content

Commit

Permalink
deploy: 7b2b79c
Browse files Browse the repository at this point in the history
  • Loading branch information
Metious committed Jun 25, 2024
1 parent 16a45b0 commit 9aca74c
Show file tree
Hide file tree
Showing 9 changed files with 203 additions and 44 deletions.
2 changes: 1 addition & 1 deletion api/Nautilus.Assets.PrefabInfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ <h4 class="section">Parameters</h4>
<dt><code>language</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd>The language for this entry. Defaults to English.</dd>
<dt><code>unlockAtStart</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
<dd>Whether this tech type should be unlocked on game start or not. Default to <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.</dd>
<dd>Whether this tech type should be unlocked on game start or not. Defaults to <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</dd>
<dt><code>techTypeOwner</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.reflection.assembly">Assembly</a></dt>
<dd>The assembly that owns the created tech type. The name of this assembly will be shown in the PDA.</dd>
</dl>
Expand Down
20 changes: 10 additions & 10 deletions api/Nautilus.Handlers.PrefabCollection.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>


<h1 id="Nautilus_Handlers_PrefabCollection" data-uid="Nautilus.Handlers.PrefabCollection" class="text-break">
Class PrefabCollection <a class="header-action link-secondary" title="View source" href="https://github.com/SubnauticaModding/Nautilus/blob/docs/Nautilus/Handlers/PrefabHandler.cs/#L136"><i class="bi bi-code-slash"></i></a>
Class PrefabCollection <a class="header-action link-secondary" title="View source" href="https://github.com/SubnauticaModding/Nautilus/blob/docs/Nautilus/Handlers/PrefabHandler.cs/#L135"><i class="bi bi-code-slash"></i></a>
</h1>

<div class="facts text-secondary">
Expand Down Expand Up @@ -200,7 +200,7 @@ <h2 class="section" id="methods">Methods

<h3 id="Nautilus_Handlers_PrefabCollection_Add_Nautilus_Assets_PrefabInfo_Nautilus_Assets_PrefabFactoryAsync_Nautilus_Assets_PrefabPostProcessorAsync_" data-uid="Nautilus.Handlers.PrefabCollection.Add(Nautilus.Assets.PrefabInfo,Nautilus.Assets.PrefabFactoryAsync,Nautilus.Assets.PrefabPostProcessorAsync)">
Add(PrefabInfo, PrefabFactoryAsync, PrefabPostProcessorAsync)
<a class="header-action link-secondary" title="View source" href="https://github.com/SubnauticaModding/Nautilus/blob/docs/Nautilus/Handlers/PrefabHandler.cs/#L151"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/SubnauticaModding/Nautilus/blob/docs/Nautilus/Handlers/PrefabHandler.cs/#L150"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary">Adds a prefab info with the function that constructs the game object into the game.</div>
Expand Down Expand Up @@ -235,7 +235,7 @@ <h4 class="section">Parameters</h4>

<h3 id="Nautilus_Handlers_PrefabCollection_ContainsPrefabInfo_Nautilus_Assets_PrefabInfo_" data-uid="Nautilus.Handlers.PrefabCollection.ContainsPrefabInfo(Nautilus.Assets.PrefabInfo)">
ContainsPrefabInfo(PrefabInfo)
<a class="header-action link-secondary" title="View source" href="https://github.com/SubnauticaModding/Nautilus/blob/docs/Nautilus/Handlers/PrefabHandler.cs/#L214"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/SubnauticaModding/Nautilus/blob/docs/Nautilus/Handlers/PrefabHandler.cs/#L213"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary">Determines whether the provided prefab info is registered.</div>
Expand Down Expand Up @@ -271,7 +271,7 @@ <h4 class="section">Returns</h4>

<h3 id="Nautilus_Handlers_PrefabCollection_Remove_Nautilus_Assets_PrefabInfo_" data-uid="Nautilus.Handlers.PrefabCollection.Remove(Nautilus.Assets.PrefabInfo)">
Remove(PrefabInfo)
<a class="header-action link-secondary" title="View source" href="https://github.com/SubnauticaModding/Nautilus/blob/docs/Nautilus/Handlers/PrefabHandler.cs/#L194"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/SubnauticaModding/Nautilus/blob/docs/Nautilus/Handlers/PrefabHandler.cs/#L193"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary">Removes a prefab info from the game. This leads to unregistering the specified prefab info from the game.</div>
Expand Down Expand Up @@ -308,7 +308,7 @@ <h4 class="section">Returns</h4>

<h3 id="Nautilus_Handlers_PrefabCollection_TryGetInfoForClassId_System_String_Nautilus_Assets_PrefabInfo__" data-uid="Nautilus.Handlers.PrefabCollection.TryGetInfoForClassId(System.String,Nautilus.Assets.PrefabInfo@)">
TryGetInfoForClassId(string, out PrefabInfo)
<a class="header-action link-secondary" title="View source" href="https://github.com/SubnauticaModding/Nautilus/blob/docs/Nautilus/Handlers/PrefabHandler.cs/#L247"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/SubnauticaModding/Nautilus/blob/docs/Nautilus/Handlers/PrefabHandler.cs/#L246"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary">Gets the prefab info associated with the provided class ID.</div>
Expand Down Expand Up @@ -346,7 +346,7 @@ <h4 class="section">Returns</h4>

<h3 id="Nautilus_Handlers_PrefabCollection_TryGetInfoForFileName_System_String_Nautilus_Assets_PrefabInfo__" data-uid="Nautilus.Handlers.PrefabCollection.TryGetInfoForFileName(System.String,Nautilus.Assets.PrefabInfo@)">
TryGetInfoForFileName(string, out PrefabInfo)
<a class="header-action link-secondary" title="View source" href="https://github.com/SubnauticaModding/Nautilus/blob/docs/Nautilus/Handlers/PrefabHandler.cs/#L264"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/SubnauticaModding/Nautilus/blob/docs/Nautilus/Handlers/PrefabHandler.cs/#L263"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary">Gets the prefab info associated with the provided file name.</div>
Expand Down Expand Up @@ -384,7 +384,7 @@ <h4 class="section">Returns</h4>

<h3 id="Nautilus_Handlers_PrefabCollection_TryGetInfoForTechType_TechType_Nautilus_Assets_PrefabInfo__" data-uid="Nautilus.Handlers.PrefabCollection.TryGetInfoForTechType(TechType,Nautilus.Assets.PrefabInfo@)">
TryGetInfoForTechType(TechType, out PrefabInfo)
<a class="header-action link-secondary" title="View source" href="https://github.com/SubnauticaModding/Nautilus/blob/docs/Nautilus/Handlers/PrefabHandler.cs/#L281"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/SubnauticaModding/Nautilus/blob/docs/Nautilus/Handlers/PrefabHandler.cs/#L280"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary">Gets the prefab info associated with the provided tech type.</div>
Expand Down Expand Up @@ -422,7 +422,7 @@ <h4 class="section">Returns</h4>

<h3 id="Nautilus_Handlers_PrefabCollection_TryGetPostProcessorForInfo_Nautilus_Assets_PrefabInfo_Nautilus_Assets_PrefabPostProcessorAsync__" data-uid="Nautilus.Handlers.PrefabCollection.TryGetPostProcessorForInfo(Nautilus.Assets.PrefabInfo,Nautilus.Assets.PrefabPostProcessorAsync@)">
TryGetPostProcessorForInfo(PrefabInfo, out PrefabPostProcessorAsync)
<a class="header-action link-secondary" title="View source" href="https://github.com/SubnauticaModding/Nautilus/blob/docs/Nautilus/Handlers/PrefabHandler.cs/#L236"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/SubnauticaModding/Nautilus/blob/docs/Nautilus/Handlers/PrefabHandler.cs/#L235"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary">Gets the prefab post processor associated with the provided info.</div>
Expand Down Expand Up @@ -460,7 +460,7 @@ <h4 class="section">Returns</h4>

<h3 id="Nautilus_Handlers_PrefabCollection_TryGetPrefabForInfo_Nautilus_Assets_PrefabInfo_Nautilus_Assets_PrefabFactoryAsync__" data-uid="Nautilus.Handlers.PrefabCollection.TryGetPrefabForInfo(Nautilus.Assets.PrefabInfo,Nautilus.Assets.PrefabFactoryAsync@)">
TryGetPrefabForInfo(PrefabInfo, out PrefabFactoryAsync)
<a class="header-action link-secondary" title="View source" href="https://github.com/SubnauticaModding/Nautilus/blob/docs/Nautilus/Handlers/PrefabHandler.cs/#L225"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/SubnauticaModding/Nautilus/blob/docs/Nautilus/Handlers/PrefabHandler.cs/#L224"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary">Gets the prefab factory associated with the provided info.</div>
Expand Down Expand Up @@ -498,7 +498,7 @@ <h4 class="section">Returns</h4>
</article>

<div class="contribution d-print-none">
<a href="https://github.com/SubnauticaModding/Nautilus/blob/docs/Nautilus/Handlers/PrefabHandler.cs/#L136" class="edit-link">Edit this page</a>
<a href="https://github.com/SubnauticaModding/Nautilus/blob/docs/Nautilus/Handlers/PrefabHandler.cs/#L135" class="edit-link">Edit this page</a>
</div>


Expand Down
8 changes: 4 additions & 4 deletions api/Nautilus.Handlers.PrefabCollectionExtensions.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>


<h1 id="Nautilus_Handlers_PrefabCollectionExtensions" data-uid="Nautilus.Handlers.PrefabCollectionExtensions" class="text-break">
Class PrefabCollectionExtensions <a class="header-action link-secondary" title="View source" href="https://github.com/SubnauticaModding/Nautilus/blob/docs/Nautilus/Handlers/PrefabHandler.cs/#L110"><i class="bi bi-code-slash"></i></a>
Class PrefabCollectionExtensions <a class="header-action link-secondary" title="View source" href="https://github.com/SubnauticaModding/Nautilus/blob/docs/Nautilus/Handlers/PrefabHandler.cs/#L109"><i class="bi bi-code-slash"></i></a>
</h1>

<div class="facts text-secondary">
Expand Down Expand Up @@ -156,7 +156,7 @@ <h2 class="section" id="methods">Methods

<h3 id="Nautilus_Handlers_PrefabCollectionExtensions_RegisterPrefab_Nautilus_Handlers_PrefabCollection_Nautilus_Assets_ICustomPrefab_" data-uid="Nautilus.Handlers.PrefabCollectionExtensions.RegisterPrefab(Nautilus.Handlers.PrefabCollection,Nautilus.Assets.ICustomPrefab)">
RegisterPrefab(PrefabCollection, ICustomPrefab)
<a class="header-action link-secondary" title="View source" href="https://github.com/SubnauticaModding/Nautilus/blob/docs/Nautilus/Handlers/PrefabHandler.cs/#L117"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/SubnauticaModding/Nautilus/blob/docs/Nautilus/Handlers/PrefabHandler.cs/#L116"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary">Registers a <a class="xref" href="Nautilus.Assets.CustomPrefab.html">CustomPrefab</a> into the game.</div>
Expand Down Expand Up @@ -189,7 +189,7 @@ <h4 class="section">Parameters</h4>

<h3 id="Nautilus_Handlers_PrefabCollectionExtensions_UnregisterPrefab_Nautilus_Handlers_PrefabCollection_Nautilus_Assets_ICustomPrefab_" data-uid="Nautilus.Handlers.PrefabCollectionExtensions.UnregisterPrefab(Nautilus.Handlers.PrefabCollection,Nautilus.Assets.ICustomPrefab)">
UnregisterPrefab(PrefabCollection, ICustomPrefab)
<a class="header-action link-secondary" title="View source" href="https://github.com/SubnauticaModding/Nautilus/blob/docs/Nautilus/Handlers/PrefabHandler.cs/#L127"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/SubnauticaModding/Nautilus/blob/docs/Nautilus/Handlers/PrefabHandler.cs/#L126"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary">Unregisters a <a class="xref" href="Nautilus.Assets.CustomPrefab.html">CustomPrefab</a> from the game.</div>
Expand Down Expand Up @@ -222,7 +222,7 @@ <h4 class="section">Parameters</h4>
</article>

<div class="contribution d-print-none">
<a href="https://github.com/SubnauticaModding/Nautilus/blob/docs/Nautilus/Handlers/PrefabHandler.cs/#L110" class="edit-link">Edit this page</a>
<a href="https://github.com/SubnauticaModding/Nautilus/blob/docs/Nautilus/Handlers/PrefabHandler.cs/#L109" class="edit-link">Edit this page</a>
</div>


Expand Down
Loading

0 comments on commit 9aca74c

Please sign in to comment.