findVarArgs method

List<LuaObject>? findVarArgs()
inherited

Implementation

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