User Tools

Site Tools


array

This is an old revision of the document!


Array


An array is a scripting data type consisting of a string of characters enclosed by double quotes on each end. Strings are typically used to represent a message, for example in the Display Message function, or when referencing an entity name or property name within a script. Placeholder expressions can be used within a string as a way to generate dynamic values at game runtime.

Example:

display_message("Hello world! This is a string.")

The above example demonstrates a string passed to the Display Message function as an argument.

Note: Any double quotation marks within a string (excluding the quotation marks used to enclose it) must be escaped with a preceding backslash.

array.1579320376.txt.gz · Last modified: 2020/01/17 20:06 by justin