getStatus method

void getStatus(
  1. IStatus status,
  2. IStatus to,
  3. int pos
)

Implementation

void getStatus(IStatus status, IStatus to, int pos) {
  _getStatus(self, status.self, to.self, pos);
  status.checkStatus();
}