Table of Contents

MessageVector::getLineTextByTag

(int tag)Scan through the lines in the vector, returning the first line that has a matching tag.

Syntax

string MessageVector::getLineTextByTag(int %tag);

Parameters

int %tag
No description available.

Return value

string
No description available.

Remarks

Examples

Source

Engine

See also

MessageVector::clear
MessageVector::deleteLine
MessageVector::dump
MessageVector::getLineIndexByTag
MessageVector::getLineTag
MessageVector::getLineText
MessageVector::getNumLines
MessageVector::insertLine
MessageVector::popBackLine
MessageVector::popFrontLine
MessageVector::pushBackLine
MessageVector::pushFrontLine

References

This function is not called by any other functions.