Skip to content

Commit

Permalink
Add Lua os library section
Browse files Browse the repository at this point in the history
  • Loading branch information
sundb committed Feb 21, 2024
1 parent f0fc05d commit 7d60dc2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/interact/programmability/lua-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,9 @@ The following [standard Lua libraries](https://www.lua.org/manual/5.1/manual.htm
* The [_String Manipulation (string)_ library](https://www.lua.org/manual/5.1/manual.html#5.4)
* The [_Table Manipulation (table)_ library](https://www.lua.org/manual/5.1/manual.html#5.5)
* The [_Mathematical Functions (math)_ library](https://www.lua.org/manual/5.1/manual.html#5.6)
* The [_Operating System Facilities (os)_ library](https://www.lua.org/manual/5.1/manual.html#5.8)
Note that for sandbox security, currently only the following os API is exposed:
* `os.clock()`

In addition, the following external libraries are loaded and accessible to scripts:

Expand Down

0 comments on commit 7d60dc2

Please sign in to comment.