48 std::string GetCommand();
49 void SetCommand(std::string command);
53 const std::map<std::string, CLevelParserParam*>& GetParams();
58 std::string m_command;
59 std::map<std::string, CLevelParserParam*> m_params;
Definition: parserline.h:33
Definition: parserparam.h:37
void SetLevel(CLevelParser *level)
Set CLevelParser this line is part of.
Definition: parserline.cpp:56
int GetLineNumber()
Get line number.
Definition: parserline.cpp:46
CLevelParser * GetLevel()
Get CLevelParser this line is part of.
Definition: parserline.cpp:51