Skip to content

Commit

Permalink
add app.get_version, app.get_setting_info
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailRis committed Dec 25, 2024
1 parent 686ace3 commit be0945b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions res/scripts/stdlib.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ if app then
app.reconfig_packs = core.reconfig_packs
app.set_setting = core.set_setting
app.tick = coroutine.yield
app.get_version = core.get_version
app.get_setting_info = core.get_setting_info

function app.quit()
local tb = debug.get_traceback(1)
Expand Down

0 comments on commit be0945b

Please sign in to comment.