Manipulate Chars Board
Clear all lines in board
CharUTIL.clearCharsBoard(indexBoard);
Clear one line in board.
CharUTIL.clearCharsBoardLine(indexBoard, 2);
- IndexBoard
- Line who must be clear
Clear chars from map and remove index from Chars memory.
CharUTIL.removeCharsBoard(indexBoard, true);
- IndexBoard
- Boolean, if is true remove all chars from memory who will be added to this board.
Update line from board
CharUTIL.updateCharsBoardLine(indexBoard, 1, true, false, "&8new &5chars in this line")
- IndexBoard
- Line
- This is boolean to remove schematic chars from memory, better set on true to no litter plugin memory.
- Outline
- Message
Posts Quoted:
Reply
Clear All Quotes
Comments