findVarArgs method

List<LuaObject>? findVarArgs()

Implementation

List<LuaObject>? findVarArgs() {
  return scope.findVarArgs();
}