Skip to content

Commit

Permalink
docs: add sj.get_modules()
Browse files Browse the repository at this point in the history
  • Loading branch information
lordheavy committed Dec 24, 2024
1 parent 8021156 commit 0edd760
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/documentation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4447,6 +4447,14 @@ head1 BLOCK_HEADER { ; Multi-line initialization requires curly braces.
</listitem>
</varlistentry>

<varlistentry>
<term>[string] sj.get_modules()<indexterm id="lua_sj_get_modules"><primary>sj.get_modules()</primary></indexterm></term>

<listitem>
<para>Return current modules namespace. Returns an empty string if not in a module.</para>
</listitem>
</varlistentry>

<varlistentry>
<term>[boolean] sj.set_device("id" = "NONE", ramtop = 0)<indexterm id="lua_sj_set_device"><primary>sj.set_device(..)</primary></indexterm></term>

Expand Down

0 comments on commit 0edd760

Please sign in to comment.