Set Scoreboard Column Widths
Battlefield 6 Scripting Docs / mod / mod / SetScoreboardColumnWidths
function SetScoreboardColumnWidths(
column1Width,
column2Width,
column3Width,
column4Width,
column5Width): void;
Defined in: mod/index.d.ts:14493
Sets the relative width of each column. Only works for custom scoreboards.
| Parameter | Type |
|---|---|
column1Width |
number |
column2Width |
number |
column3Width |
number |
column4Width |
number |
column5Width |
number |
void
function SetScoreboardColumnWidths(
column1Width,
column2Width,
column3Width,
column4Width): void;
Defined in: mod/index.d.ts:14502
Sets the relative width of each column. Only works for custom scoreboards.
| Parameter | Type |
|---|---|
column1Width |
number |
column2Width |
number |
column3Width |
number |
column4Width |
number |
void
function SetScoreboardColumnWidths(
column1Width,
column2Width,
column3Width): void;
Defined in: mod/index.d.ts:14510
Sets the relative width of each column. Only works for custom scoreboards.
| Parameter | Type |
|---|---|
column1Width |
number |
column2Width |
number |
column3Width |
number |
void
function SetScoreboardColumnWidths(column1Width, column2Width): void;
Defined in: mod/index.d.ts:14513
Sets the relative width of each column. Only works for custom scoreboards.
| Parameter | Type |
|---|---|
column1Width |
number |
column2Width |
number |
void
function SetScoreboardColumnWidths(column1Width): void;
Defined in: mod/index.d.ts:14516
Sets the relative width of each column. Only works for custom scoreboards.
| Parameter | Type |
|---|---|
column1Width |
number |
void