Intrinsics
Intrinsics are low-level operations that are natively supported in REDscript.
Intrinsic | Type | Description |
---|---|---|
|
| Equality check (for references, enums, strings and booleans) |
|
| Inequality check (same as above) |
|
| Null check |
|
| String conversion |
|
| Enum-to-Int32 conversion |
|
| Int32-to-enum conversion |
|
| Variant constructor |
|
| Variant extractor (fails at runtime if the type does not match) |
|
| |
|
| Push item on stack (order is LIFO). |
|
| Pop item from stack (order is LIFO). |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| Only accepts arrays of primitives |
|
| |
|
| |
|
| |
|
| |
|
|
Legend:
[A]
- array of A[A; N]
static array of A with size N
Last updated