Inheritance Tree
No indexed scripts extend this script.
Structs
Properties
Events
Functions
Converts from degrees to radians.
Converts from radians to degrees.
- Found in:
- F4SE
Shifts value right by n number of bits.
- Found in:
- F4SE
Bitwise ANDs arg1 and arg2.
Despite being named "Logical", this function performs a bitwise operation. Ordinary logical operators are available in vanilla Papyrus.
- Found in:
- F4SE
Bitwise ORs arg1 and arg2.
Despite being named "Logical", this function performs a bitwise operation. Ordinary logical operators are available in vanilla Papyrus.
- Found in:
- F4SE
Bitwise XORs(Exclusive OR) arg1 and arg2.
Despite being named "Logical", this function performs a bitwise operation.
- Found in:
- F4SE
Inverts arg1's bits.
Despite being named "Logical", this function performs a bitwise operation. Ordinary logical operators are available in vanilla Papyrus.
