| bindenv(environment env) | create and return a clone of the function bound to the "env" parameter |
| call(environment this, any parameters) | call the function with the given "this" environment object and parameters |
| getinfos() | return a table of information about the function |
Create and return a clone of the function bound to the "env" parameter
Call the function with the given "this" environment object and parameters
Return a table of information about the function
This work is licensed under a
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.