Update docs/en/beamng/dev/modding/ui-apps.md

Co-authored-by: O1LER <44237025+O1LER@users.noreply.github.com>
This commit is contained in:
BoubouleTheCutestHamster 2025-01-15 14:56:45 +01:00 committed by O1LER
parent ab2dbf9946
commit 9817ceeed1

View File

@ -253,7 +253,7 @@ The directive needs to be the same as in the <b>Javascript</b> file
```js ```js
bngApi.engineLua("lua_path.function()") bngApi.engineLua("lua_path.function()")
``` ```
Usefull to run a lua function with or without arguments Useful to run a lua function with or without arguments
# Lua functions provided by BeamNG for UI-Apps # Lua functions provided by BeamNG for UI-Apps