Sets an array field on the player with the contents arr. If is_string = true then the items will be added to the array as strings.
const items = [
"test",
"test2",
"test3"
]
export const init = [
player.setArray("test_items", items, true)
]
Generated using TypeDoc
Description
Returns the value of a player variable
Example