Jass documentation Database
JASS Documentation Database REFORGED
Results for the query "MultiboardSetItemWidthBJ" as a "function"
Function MultiboardSetItemWidthBJ
Preview
Extra spaces may have been removed from the original file to show the function in a comfortable way.
// Loop over rows, using 1-based index
loop
set curRow = curRow + 1
exitwhen curRow > numRows
// Apply setting to the requested row, or all rows (if row is 0)
if (row == 0 or row == curRow) then
// Loop over columns, using 1-based index
set curCol = 0
loop
set curCol = curCol + 1
exitwhen curCol > numCols
// Apply setting to the requested column, or all columns (if col is 0)
if (col == 0 or col == curCol) then
endif
endloop
endif
endloop
endfunction
"Uh-oh, my Tinker bell."
Hmmm... there's no info about this keyword... be the first one in contribute with the keyword MultiboardSetItemWidthBJ.
You must be logged into the site in order to give us a hand in keeping updated the information. If you don't have an account, you can create one here.
Page loaded in 0.0753 seconds.
|