Summary
Utility methods for
UltEvents to call which execute primitive type operators which
aren't normally callable because they're handled directly by IL Opcodes rather than actual methods.
- Assembly
- UltEvents
.dll - Namespace
- UltEvents
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["Operators"]
class Type type-node
Syntax
public static class Operators
Remarks
Using these is not generally recommended because UltEvents isn't intended to be a visual scripting system.
Setting up events to use them is very cumbersome so it's probably better to just write your own methods
with whatever math you need.
Methods
| Name | Value | Summary |
|---|---|---|
| Add |
double |
static
|
| Add |
float |
static
|
| Add |
int |
static
|
| Add |
long |
static
|
| Divide |
double |
static
|
| Divide |
float |
static
|
| Divide |
int |
static
|
| Divide |
long |
static
|
| Equals |
bool |
static
|
| Equals |
bool |
static
|
| Equals |
bool |
static
|
| Equals |
bool |
static
|
| Equals |
bool |
static
|
| Invert |
bool |
static
|
| Multiply |
double |
static
|
| Multiply |
float |
static
|
| Multiply |
int |
static
|
| Multiply |
long |
static
|
| Subtract |
double |
static
|
| Subtract |
float |
static
|
| Subtract |
int |
static
|
| Subtract |
long |
static
|