mode method

int mode()

Implementation

int mode(){
	return _info[_curIndex]._mode;
}