MultiboardSetRowCount
- Parameters
-
lb multiboard
Target multiboard.
count integer
- comment
-
Sets the number of content rows (lines, horizontal) for the multiboard.
- bug
-
It is only safe to change the row count by one. Use multiple calls for bigger values. http://www.hiveworkshop.com/forums/l-715/m-250775/ (has test map) http://www.hiveworkshop.com/forums/t-269/w-234897/ (has only code)
- note
-
See:
MultiboardGetRowCount
. - patch
-
1.07
- Source
- common.j (suggest an edit or discuss on Github)
- return type
-
nothing
- Source code
-
native MultiboardSetRowCount takes multiboard lb, integer count returns nothing