BadScript 2
Loading...
Searching...
No Matches
BadFunctionCompileLevel.cs
Go to the documentation of this file.
1
4
Contains the Function Expressions for the BadScript2 Language.
BadFunctionCompileLevel
The BadFunctionCompileLevel enum defines the different levels of compilation for a function.
@ Compiled
The Function is compiled to Instructions.
@ CompiledFast
The function is compiled to Instructions with operator overrides disabled.