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

Method getGameMode

code/src/java/pcgen/io/PCGVer2Creator.java:521–531  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

519 }
520
521 private GameMode getGameMode()
522 {
523 if (mode != null)
524 {
525 return mode;
526 }
527 else
528 {
529 return SettingsHandler.getGameAsProperty().get();
530 }
531 }
532
533 private void appendGameModeLine(StringBuilder buffer)
534 {

Callers 4

appendGameModeLineMethod · 0.95
appendRollMethodLineMethod · 0.95
appendAbilityLinesMethod · 0.95

Calls 2

getGameAsPropertyMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected