Anything

From Bohemia Interactive Community
Revision as of 22:32, 16 February 2021 by R3vo (talk | contribs)
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 to not work.
🚧
TODO: Add an example to explain the above statement.
str nil; // Returns Nothing. While this works, it does not make much sense