scopeStateSet method

int scopeStateSet(
  1. int index
)

Implementation

int scopeStateSet(int index) {
  return prs.scopeStateSet(index);
}