lua_api.txt: Explain what a float range is

This commit is contained in:
jordan4ibanez 2023-02-17 18:03:50 -05:00 committed by GitHub
parent c1e430ef68
commit 0e721f7571
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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