Difference between revisions of "VisionaireObject Command: getInts"

From The Official Visionaire Studio: Adventure Game Engine Wiki
(Created page with "Returns a table containing multiple integer values. == Syntax == <syntaxhighlight lang="lua"> getInts(field) </syntaxhighlight> == Parameters == {| class="ts" |- ! style=...")
 
(No difference)

Latest revision as of 15:38, 31 August 2023

Returns a table containing multiple integer values.


Syntax

getInts(field)


Parameters

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

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_int values linked in the field