Skip to content

Commit

Permalink
Update builtin function reference
Browse files Browse the repository at this point in the history
  • Loading branch information
aardappel committed Sep 26, 2024
1 parent c42ce15 commit ee55c3e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/builtin_functions_reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@
<tr class="a" valign=top><td class="a"><tt><b>delete_file</b>(file<font color="#666666">: string</font>) -> <font color="#666666">int</font></tt></td><td class="a">deletes a file, returns false if it wasn't possible. Will search in all import dirs.</td>

</tr>
<tr class="a" valign=top><td class="a"><tt><b>exists_file</b>(file<font color="#666666">: string</font>) -> <font color="#666666">int</font></tt></td><td class="a">checks wether a file exists.</td>
<tr class="a" valign=top><td class="a"><tt><b>exists_file</b>(file<font color="#666666">: string</font>) -> <font color="#666666">int</font></tt></td><td class="a">checks whether a file exists.</td>

</tr>
<tr class="a" valign=top><td class="a"><tt><b>launch_subprocess</b>(commandline<font color="#666666">: [string]</font>, stdin<font color="#666666">: string</font> = nil) -> <font color="#666666">int</font>, <font color="#666666">string</font></tt></td><td class="a">launches a sub process, with optionally a stdin for the process, and returns its return code (or -1 if it couldn't launch at all), and any output</td>
Expand Down Expand Up @@ -1770,6 +1770,9 @@
</tr>
<tr class="a" valign=top><td class="a"><tt><b>im.is_item_deactivated_after_edit</b>() -> <font color="#666666">int</font></tt></td><td class="a">returns true if the last item was made inactive and made a value change when it was active</td>

</tr>
<tr class="a" valign=top><td class="a"><tt><b>im.want_capture_mouse</b>() -> <font color="#666666">int</font></tt></td><td class="a">returns true if imgui wants to capture the mouse</td>

</tr>
<tr class="a" valign=top><td class="a"><tt><b>im.get_layout_pos</b>() -> <font color="#666666">float2</font></tt></td><td class="a"></td>

Expand Down Expand Up @@ -2022,6 +2025,9 @@
</tr>
<tr class="a" valign=top><td class="a"><tt><b>im.show_engine_stats</b>()</tt></td><td class="a"></td>

</tr>
<tr class="a" valign=top><td class="a"><tt><b>im.show_debug_metrics_window</b>()</tt></td><td class="a"></td>

</tr>
</table></td></tr>
<tr class="a" valign=top><td><h3>imguidebug</h3></td></tr>
Expand Down

0 comments on commit ee55c3e

Please sign in to comment.