MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / Process

Method Process

Source/Parameters.hpp:149–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 bool FromJson(const std::string& pJson);
148
149 void Process(int argc, char *argv[]) {
150 ProcessINI();
151 ProcessCLI(argc, argv);
152 }
153
154 bool isOriginalSpriteMax() const { return mSpritesMax == 45; }
155 int32 getSpritesMax() const { return (int32) mSpritesMax; }

Callers 2

startFunction · 0.80
startFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected