Dev - Data Types - String

A text consisting of an arbitrary number of characters. In Lua it's represented by a string.

String Parameters

When methods have string parameters you can simply put the string in the code. If you put a number instead it will be automatically converted to a string.

String Return Values

When a method returns a string, it will be a Lua string.