GetCommands

virtual std::vector<PCommandBase> ICommandSequence::GetCommands() = 0

Gets the commands of the command sequence in same order as when the sequence was created.

Returns

std::vector<PCommandBase> – Commands of command sequence.

Throws