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

Method cPhase

Source/Campaign.hpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 int16 mRockets;
70
71 cPhase() {
72 mGrenades = -1;
73 mRockets = -1;
74 }
75
76 void SetName(const std::string& pName) {
77 mName = pName;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected