Difference between revisions of "LogicalNot"

From the Oblivion ConstructionSet Wiki
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) LogicalOr arg1:long arg2:long
  (result:long) LogicalNot arg:long


Returns the bitwise OR of the two arguments.
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.

See Also[edit | edit source]