aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjordan4ibanez <jordan4ibanez@users.noreply.github.com>2023-02-17 18:03:50 -0500
committerGitHub <noreply@github.com>2023-02-18 00:03:50 +0100
commit0e721f7571aa7a559bb5e5fa0aeddbc14938261a (patch)
tree4116b2456e5df6b260624b7c571be0fcf71a9044
parentc1e430ef68271b8769ae8852b2b4a2fa0fb7ccac (diff)
downloadminetest-0e721f7571aa7a559bb5e5fa0aeddbc14938261a.tar.xz
lua_api.txt: Explain what a float range is
-rw-r--r--doc/lua_api.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt
index 80d7580d8..c1e26c72e 100644
--- a/doc/lua_api.txt
+++ b/doc/lua_api.txt
@@ -9722,6 +9722,8 @@ section, along with the datatypes they accept.
All of the properties in this list can be animated with `*_tween` tables
unless otherwise specified. For example, `jitter` can be tweened by setting
a `jitter_tween` table instead of (or in addition to) a `jitter` table/value.
+In this section, a float range is a table defined as so: { min = A, max = B }
+A and B are your supplemented values. For a vec3 range this means they are vectors.
Types used are defined in the previous section.
* vec3 range `pos`: the position at which particles can appear