Documentation

Mid - Open Dev Kit Documentation

Open Dev Kit Documentation :: General :: Array :: Mid

Root.Array.Mid(
  Array Variant,
  Offset Integer,
  Items Integer
) Variant
Returns a portion of the array

Parameters

Array Variant
Array to extract from
Offset Integer
Starting index
Items Integer
Number of items to extract

Return Value

Variant

Lua Usage

local variant = array:Mid(array, offset, items)

If you think anything is missing, please feel free to: submit documentation feedback on this page