Set Scoreboard Column Names
Battlefield 6 Scripting Docs / mod / mod / SetScoreboardColumnNames
function SetScoreboardColumnNames(
column1Name,
column2Name,
column3Name,
column4Name,
column5Name): void;
Defined in: mod/index.d.ts:14467
Sets the name displayed at the top of score of each column. Only works for custom scoreboards.
| Parameter | Type |
|---|---|
column1Name |
Message |
column2Name |
Message |
column3Name |
Message |
column4Name |
Message |
column5Name |
Message |
void
function SetScoreboardColumnNames(
column1Name,
column2Name,
column3Name,
column4Name): void;
Defined in: mod/index.d.ts:14476
Sets the name displayed at the top of score of each column. Only works for custom scoreboards.
void
function SetScoreboardColumnNames(
column1Name,
column2Name,
column3Name): void;
Defined in: mod/index.d.ts:14484
Sets the name displayed at the top of score of each column. Only works for custom scoreboards.
void
function SetScoreboardColumnNames(column1Name, column2Name): void;
Defined in: mod/index.d.ts:14487
Sets the name displayed at the top of score of each column. Only works for custom scoreboards.
void
function SetScoreboardColumnNames(column1Name): void;
Defined in: mod/index.d.ts:14490
Sets the name displayed at the top of score of each column. Only works for custom scoreboards.
| Parameter | Type |
|---|---|
column1Name |
Message |
void