isPillarActive method

bool isPillarActive()

Implementation

bool isPillarActive() {
  return status == 1;
}