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