The search keyword must be a single word (no spaces).
Function MultiboardSetColumnCount
- Line
- 3594
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- multiboard lb, integer count
- Returns
- nothing
| 3594 | native MultiboardSetColumnCount takes multiboard lb, integer count returns nothing |
| 3595 | native MultiboardSetRowCount takes multiboard lb, integer count returns nothing |
| 3596 | |
| 3597 | // broadcast settings to all items
|
| 3598 | native MultiboardSetItemsStyle takes multiboard lb, boolean showValues, boolean showIcons returns nothing |
| 3599 | native MultiboardSetItemsValue takes multiboard lb, string value returns nothing |