MultiboardGetItem
- Parameters
-
lb multiboard
Target multiboard.
row integer
In which row is the target cell (Y-coord, up-down). Starts from 0.
column integer
in which column is the target cell (X-coord, left-right). Starts from 0.
- comment
-
Acquires and returns a new handle for the multiboard cell.
- 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
andcolumn
is (y,x) if you think of coordinates. - patch
-
1.07
- Source
- common.j (suggest an edit or discuss on Github)
- return type
-
multiboarditem
- Source code
-
native MultiboardGetItem takes multiboard lb, integer row, integer column returns multiboarditem