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:12598
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:12607
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:12615
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:12618
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:12621
Sets the name displayed at the top of score of each column. Only works for custom scoreboards.
Parameter | Type |
---|---|
column1Name |
Message |
void