isLocked method

bool isLocked(
  1. int index
)

Implementation

bool isLocked( int index ){
	return _lock[index];
}