Table of Contents

MessageVector::insertLine

(int insertPos, string msg, int tag=0)Insert a new line into the vector at the specified position.

Syntax

bool MessageVector::insertLine(int %insertPos, string %msg[, int %tag=0]);

Parameters

int %insertPos
No description available.

string %msg
No description available.

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

Return value

bool
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::popBackLine
MessageVector::popFrontLine
MessageVector::pushBackLine
MessageVector::pushFrontLine

References

This function is not called by any other functions.