KeyFile.setDoubleList

Associates a list of double values with @key under @group_name. If @key cannot be found then it is created.

class KeyFile
void
setDoubleList
(
string groupName
,
string key
,
double[] list
)

Parameters

groupName string

a group name

key string

a key

list double[]

an array of double values

Meta

Since

2.12