• Acquires and returns a new handle for the multiboard cell.

    Parameters

    • lb: HandleHolder<"multiboard">

      Target multiboard.

    • row: number

      In which row is the target cell (Y-coord, up-down). Starts from 0.

    • column: number

      in which column is the target cell (X-coord, left-right). Starts from 0.

    Returns HandleHolder<"multiboarditem">

    Note

    Because a new handle is created each time, the handle must be freed with MultiboardReleaseItem. The handle is different even if you retrieve the same cell of the multiboard (v1.32.10, Lua).

    Note

    The parameter order of row and column is (y,x) if you think of coordinates.

Generated using TypeDoc