VisionaireObject Command: getFloats

From The Official Visionaire Studio: Adventure Game Engine Wiki
Revision as of 17:34, 25 August 2023 by EK (talk | contribs) (Created page with "Returns a table containing multiple float (decimal) values. == Syntax == <syntaxhighlight lang="lua"> getFloats(field) </syntaxhighlight> == Parameters == {| class="ts" |...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Returns a table containing multiple float (decimal) values.


Syntax

getFloats(field)


Parameters

Parameter Type Description
field integer The field which specifies a list of decimal values. The field type must be "t_vfloat".

Specify the field constant name (V + object table name in singular + field name) or the field id.


Return values

Type Description
table The table of t_float values linked in the field