KeyFile.setIntegerList

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

class KeyFile
void
setIntegerList
(
string groupName
,
string key
,
int[] list
)

Parameters

groupName string

a group name

key string

a key

list int[]

an array of integer values

Meta