MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / Statement

Class Statement

radiantcore/commandsystem/CommandSystem.cpp:272–279  ·  view source on GitHub ↗

A statement consists of a command and a set of arguments

Source from the content-addressed store, hash-verified

270{
271 // A statement consists of a command and a set of arguments
272 struct Statement
273 {
274 // The command to invoke
275 std::string command;
276
277 // The arguments to pass
278 ArgumentList args;
279 };
280}
281
282using StatementVec = std::vector<local::Statement>;

Callers 1

parseCommandStringFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected