update docs

This commit is contained in:
Sardelka
2022-07-02 11:23:12 +08:00
parent eb5b23ae17
commit 8ee188cf19
32 changed files with 1964 additions and 340 deletions

View File

@ -149,6 +149,32 @@
</tr>
</tbody>
</table>
<a id="RageCoop_Client_Scripting_ClientScript_CurrentResource_" data-uid="RageCoop.Client.Scripting.ClientScript.CurrentResource*"></a>
<h4 id="RageCoop_Client_Scripting_ClientScript_CurrentResource" data-uid="RageCoop.Client.Scripting.ClientScript.CurrentResource">CurrentResource</h4>
<div class="markdown level1 summary"><p>Get the <a class="xref" href="RageCoop.Client.Scripting.ClientResource.html">ClientResource</a> that this script belongs to.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ClientResource CurrentResource { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="RageCoop.Client.Scripting.ClientResource.html">ClientResource</a></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="methods">Methods
</h3>