rlBegin method

void rlBegin(
  1. int mode
)

Implementation

void rlBegin(int mode) {
  return _rlBegin(mode);
}