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