getIntListOrSet

fun getIntListOrSet(path: String, default: List<Int>): List<Int>

Gets a List of Int from the given path or sets the default value if it doesn't exist

Return

The value of the given path as List of Int

Parameters

path

The path to get the value of

default

The default value to set if the path doesn't exist