findVar method

LuaObject? findVar(
  1. String id
)

Implementation

LuaObject? findVar(String id) {
  return scope.findVar(id);
}