pcall.pcall

Undocumented in source. Be warned that the author may not have intended to support it.
  1. LuaValue[results] pcall(LuaFuncT func, Args args)
    template pcall(size_t results)
    static if(results > 0)
    LuaValue[results]
    pcall
    (
    LuaFuncT
    Args...
    )
    (
    LuaFuncT func
    ,
    Args args
    )
  2. void pcall(LuaFuncT func, Args args)

Meta