MCPcopy Create free account
hub / github.com/assaultcube/AC / SetMapName

Method SetMapName

source/src/bot/bot_waypoint.h:126–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 bool LoadWPExpFile(void);
125 void SaveWPExpFile(void);
126 void SetMapName(const char *map) { strcpy(m_szMapName, map); };
127
128 void SetWaypointsVisible(bool Visible) { m_bDrawWaypoints = Visible; };
129 void SetPathsVisible(bool Visible) { m_bDrawWPPaths = Visible; };

Callers 1

BeginMapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected