Anything

From Bohemia Interactive Community
Revision as of 00:13, 17 February 2021 by R3vo (talk | contribs) (grammar)
Jump to navigation Jump to search

A variable of type Anything may be of any data types or Nothing.

Even though some commands list data type Anything as possible value, passing nil (Nothing) to a command might cause it not to work.
🚧
TODO: Add an example to explain the above statement.
str nil; // Returns Nothing. While this works, it does not make much sense