[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.
LogicalAnd
Revision as of 06:15, 15 September 2007 by imported>WereWolf (New page: A command for Oblivion Script Extender '''Syntax:''' (result:long) LogicalAnd arg1:long arg2:long Returns the bitwise AND of the two arguments. =...)
A command for Oblivion Script Extender
Syntax:
(result:long) LogicalAnd arg1:long arg2:long
Returns the bitwise AND of the two arguments.