Overload List
| Name | Description |
|---|---|
| execString(String, String) |
executes a method from a string. this can only call functions from within nMethod.
don't worry, more will be added to take advantage of this functionality
|
| execString(String, String, array<Object>[]()[]) |
executes a method from a string. this can only call functions from within nMethod.
don't worry, more will be added to take advantage of this functionality.
you can pass it one or more parameters as objects
|