getIntArray

public Array<int> getIntArray(String name)

Return

The integer-array tag associated with the name. If a tag with that name does not exist (or is not an int[]), then null is returned.

See also

get(Object)

Parameters

name

The name of the integer-array whose value should be returned. Dot-notation is supported for accessing nested tags.