MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / setFaction

Method setFaction

source/game/SeatData.h:68–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 { return mFaction; }
67
68 inline void setFaction(const std::string& faction)
69 { mFaction = faction; }
70
71 inline void setColorId(const std::string& colorId)
72 { mColorId = colorId; }

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected