Concat
Battlefield 6 Scripting Docs / mod / mod / Concat
function Concat(string0, string1): string;
Defined in: mod/index.d.ts:15380
Returns a string containing the concatenation of two strings.
| Parameter | Type |
|---|---|
string0 |
string |
string1 |
string |
string