Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
processClientNotifications
Method · 0.80
launchSelectedButtonPressed
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected