Difference between revisions of "LogicalNot"
Jump to navigation
Jump to search
imported>WereWolf (New page: A command for Oblivion Script Extender '''Syntax:''' (result:long) LogicalOr arg1:long arg2:long Returns the bitwise OR of the two arguments. ==S...) |
imported>WereWolf |
||
Line 2: | Line 2: | ||
'''Syntax:''' | '''Syntax:''' | ||
(result:long) | (result:long) LogicalNot arg:long | ||
Returns the bitwise | Returns the bitwise NOT of the argument. | ||
==See Also== | ==See Also== |
Latest revision as of 06:17, 15 September 2007
A command for Oblivion Script Extender
Syntax:
(result:long) LogicalNot arg:long
Returns the bitwise NOT of the argument.