not: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
[[Category:Scripting Commands|NOT]]
[[Category:Scripting Commands|NOT]]
[[Category:Scripting Commands OFP 1.97|NOT]]
[[Category:Scripting Commands OFP 1.96|NOT]]
[[Category:Scripting Commands OFP 1.46|NOT]]
[[Category:Scripting Commands OFP 1.46|NOT]]
[[Category:Scripting Commands ArmA|NOT]]
[[Category:Scripting Commands ArmA|NOT]]

Revision as of 20:50, 1 June 2006


not a


Operand types:

a: Boolean

Type of returned value:

Boolean

Description:

not a.

not a is exactly the same as ! a


Example:

not false ...... Result is true.