Tile - String - Concatenate – Ylands
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. | THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. | ||
--> | --> | ||
== Concatenate( | == Concatenate(Text) == | ||
[[File:YlandsTile-80.png]] | [[File:YlandsTile-80.png]] | ||
<pre>concat( | <pre>concat(): string;</pre> | ||
=== | === Returns === | ||
'''string''' | |||
=== | === Availability === | ||
[[Ylands:Tile Availability - Client|Client]], [[Ylands:Tile Availability - Server|Server]], [[Ylands:Tile Availability - Custom Controller|Custom Controller]] | |||
=== Description === | === Description === |
Revision as of 11:17, 12 November 2021
Concatenate(Text)
concat(): string;
Returns
string
Availability
Client, Server, Custom Controller
Description
Allows to join two *strings together, works in same manner as binary expression.