Anything: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "data type" to "data types")
(updated description)
Line 1: Line 1:
A variable of type '''Anything''' may be of any [[:Category: Data Types|data types]] '''or''' [[Nothing]].
A variable of type '''Anything''' may be of any [[:Category: Data Types|data types]] '''or''' [[Nothing]].


{{Feature|warning|Even though some commands list data type '''Anything''' as possible value, passing [[nil]] ([[Nothing]]) to a command might cause it to not work.}}
{{Wiki|todo|Add an example to explain the above statement.}}
[[Category: Magic Types]]
[[Category: Magic Types]]

Revision as of 22:23, 16 February 2021

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.