Skip to content

Commit

Permalink
updated to current for 4dguns
Browse files Browse the repository at this point in the history
  • Loading branch information
FatalistError committed Mar 1, 2024
1 parent 5ef536a commit 5c805af
Show file tree
Hide file tree
Showing 7 changed files with 240 additions and 268 deletions.
260 changes: 0 additions & 260 deletions docs/b3d_specification.txt

This file was deleted.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h2>Modules</h2>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/ldoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2023-09-10 14:51:14 </i>
<i style="float:right;">Last updated 2024-01-06 20:41:04 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
6 changes: 3 additions & 3 deletions docs/modules/b3d_nodes.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ <h3>Parameters:</h3>
string or table, either the node from b3d table or a the name of the node to find.
</li>
<li><span class="parameter">is_bone</span>
(optional) if node is string, this is used to find it (see get<em>node</em>by_name)
(optional) if node is string, this is used to find it (see <code>get_node_by_name</code>)
</li>
<li><span class="parameter">frame</span>
the frame to find the global position of the node at.
Expand Down Expand Up @@ -237,7 +237,7 @@ <h3>Parameters:</h3>
string or table, either the node from b3d table or a the name of the node to find.
</li>
<li><span class="parameter">is_bone</span>
(optional) if node is string, this is used to find it (see get<em>node</em>by_name)
(optional) if node is string, this is used to find it (see <code>get_node_by_name</code>)
</li>
<li><span class="parameter">frame</span>
the frame to find the global rotation of the node at.
Expand All @@ -261,7 +261,7 @@ <h3>Returns:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/ldoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2023-09-10 14:51:14 </i>
<i style="float:right;">Last updated 2024-01-06 20:41:04 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
35 changes: 34 additions & 1 deletion docs/modules/b3d_reader.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ <h2>Contents</h2>
<ul>
<li><a href="#Functions">Functions</a></li>
<li><a href="#Tables">Tables</a></li>
<li><a href="#Fields">Fields</a></li>
</ul>


Expand Down Expand Up @@ -71,6 +72,13 @@ <h2><a href="#Tables">Tables</a></h2>
<td class="summary">an unordered list of the following string chunks.</td>
</tr>
</table>
<h2><a href="#Fields">Fields</a></h2>
<table class="function_list">
<tr>
<td class="name" nowrap><a href="#node_paths">node_paths</a></td>
<td class="summary">b3d table</td>
</tr>
</table>

<br/>
<br/>
Expand Down Expand Up @@ -180,6 +188,31 @@ <h3>Fields:</h3>



</dd>
</dl>
<h2 class="section-header "><a name="Fields"></a>Fields</h2>

<dl class="function">
<dt>
<a name = "node_paths"></a>
<strong>node_paths</strong>
</dt>
<dd>
b3d table


<ul>
<li><span class="parameter">node_paths</span>



</li>
</ul>





</dd>
</dl>

Expand All @@ -188,7 +221,7 @@ <h3>Fields:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/ldoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2023-09-10 14:51:14 </i>
<i style="float:right;">Last updated 2024-01-06 20:41:04 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
Loading

0 comments on commit 5c805af

Please sign in to comment.