(int tag)Scan through the vector, returning the line number of the first line that matches the specified tag; else returns -1 if no match was found.
int MessageVector::getLineIndexByTag(int %tag);
int %tag
No description available.
int
No description available.
Engine
MessageVector::clear
MessageVector::deleteLine
MessageVector::dump
MessageVector::getLineTag
MessageVector::getLineText
MessageVector::getLineTextByTag
MessageVector::getNumLines
MessageVector::insertLine
MessageVector::popBackLine
MessageVector::popFrontLine
MessageVector::pushBackLine
MessageVector::pushFrontLine
This function is not called by any other functions.