MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / InvalidArguments

Function InvalidArguments

src/openrct2/interface/InteractiveConsole.cpp:1931–1939  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1929}
1930
1931static bool InvalidArguments(bool* invalid, bool arguments)
1932{
1933 if (!arguments)
1934 {
1935 *invalid = true;
1936 return false;
1937 }
1938 return true;
1939}
1940
1941void InteractiveConsole::Execute(const std::string& s)
1942{

Callers 2

ConsoleCommandSetFunction · 0.85
ConsoleCommandOpenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected