mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
parent
df991edaa8
commit
162ffd7fba
7 changed files with 30 additions and 1 deletions
|
@ -2541,6 +2541,8 @@ Helper functions
|
|||
in formspecs.
|
||||
* `minetest.is_yes(arg)`
|
||||
* returns true if passed 'y', 'yes', 'true' or a number that isn't zero.
|
||||
* `minetest.is_nan(arg)`
|
||||
* returns true when the passed number represents NaN.
|
||||
* `minetest.get_us_time()`
|
||||
* returns time with microsecond precision. May not return wall time.
|
||||
* `table.copy(table)`: returns a table
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue