Table of Contents

MessageVector::pushFrontLine

(string msg, int tag=0)Push a line onto the front of the vector.

Syntax

void MessageVector::pushFrontLine(string %msg[, int %tag=0]);

Parameters

string %msg
No description available.

[optional] int %tag=0
No description available.

Return value

void
No description available.

Remarks

Examples

Source

Engine

See also

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

References

This function is not called by any other functions.