call

LUA

call

call (FUNC, ARG [,MODE [, ERRHANDLER]])

Calls FUNC with arguments in table ARG. FUNC results is returned by call . Error is propagated.MODE “x” protects the call; error is not propagated,nil is returned to signal the error.ERRHANDLERtemporarily sets _ERRORMESSAGE. A nil disables the error handler