MultiboardSetRowCount

Parameters
lb multiboard

Target multiboard.

count integer
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)

comment

Sets the number of content rows (lines, horizontal) for the multiboard.

note

See: MultiboardGetRowCount.

patch

1.07

return type
nothing
Source code
native MultiboardSetRowCount            takes multiboard lb, integer count returns nothing
Source
common.j
wc3modding.com
MultiboardSetRowCount