Difference between revisions of "LogicalAnd - Math"
Jump to navigation
Jump to search
Important information about behavior of this function
imported>Bot Owned (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' Math Script ANDs arg1 and arg2. == Syntax == <source lang="papyrus"> int Function Log...") |
imported>Foxox (Important information about behavior of this function) |
||
Line 4: | Line 4: | ||
'''SKSE Member of:''' [[Math Script]] | '''SKSE Member of:''' [[Math Script]] | ||
ANDs arg1 and arg2. | Bitwise ANDs arg1 and arg2. | ||
Despite being named "Logical", this function performs a bitwise operation. | |||
Ordinary [[Operator Reference#Logical Operators|logical operators]] are available in vanilla Papyrus. | |||
== Syntax == | == Syntax == |