[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
Difference between revisions of "LogicalNot"
Jump to navigation
Jump to search
no edit summary
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== |