not: Difference between revisions

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





Revision as of 15:45, 4 May 2006


not a


Operand types:

a: Boolean

Type of returned value:

Boolean

Description:

not a.


Example:

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