Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
FatalistError committed Jun 25, 2024
1 parent 8279359 commit 3cd16ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion classes/Gun.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ local Vec = vector
-- @table gun
-- @field properties @{lvl1_fields.properties|properties} which define the vast majority of gun attributes and may change accross instances
-- @field consts @{lvl1_fields.consts|constancts} which define gun attributes and should not be changed in an instance of the gun
-- @field offsets @{lvl1_fields.offsets|properties} runtime storage of offsets generated by recoil sway wag or any other element.
-- @field offsets @{lvl1_fields.offsets|offsets}. runtime storage of offsets generated by recoil sway wag or any other element.
-- @compact
local gun_default = {
--- `string` the name of the gun. Set to __template for guns which have no instances.
Expand Down
2 changes: 1 addition & 1 deletion docs/out/class/Gun.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h2 class="table" id="gun">gun fields
</tr>
<tr>
<td class="name"><var id="gun.offsets">offsets</var><a class="permalink" href="#gun.offsets" title="Permalink to this definition"></a></td>
<td class="doc"><p><a href="../class/Gun.html#lvl1_fields.offsets">properties</a> runtime storage of offsets generated by recoil sway wag or any other element.</p>
<td class="doc"><p><a href="../class/Gun.html#lvl1_fields.offsets">offsets</a>. runtime storage of offsets generated by recoil sway wag or any other element.</p>
</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/out/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3cd16ce

Please sign in to comment.