KeyFile.setUint64

Associates a new integer value with @key under @group_name. If @key cannot be found then it is created.

class KeyFile
void
setUint64
(
string groupName
,
string key
,
ulong value
)

Parameters

groupName string

a group name

key string

a key

value ulong

an integer value

Meta

Since

2.26