MCPcopy Create free account
hub / github.com/PCGen/pcgen / getDefaultSourceTitle

Method getDefaultSourceTitle

code/src/java/pcgen/core/GameMode.java:2139–2142  ·  view source on GitHub ↗

Gets the default source title. @return the default source title

()

Source from the content-addressed store, hash-verified

2137 * @return the default source title
2138 */
2139 public String getDefaultSourceTitle()
2140 {
2141 return defaultSourceTitle;
2142 }
2143
2144 public String getTabName(Tab tab)
2145 {

Callers 2

getBasicSourcesMethod · 0.80
initGameModesMethod · 0.80

Calls

no outgoing calls

Tested by 1

getBasicSourcesMethod · 0.64