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

Method getBabAttCyc

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

Get the BAB Attack Bonus cycle. @return the BAB Attack Bonus cycle

()

Source from the content-addressed store, hash-verified

594 * @return the BAB Attack Bonus cycle
595 */
596 int getBabAttCyc()
597 {
598 return babAttCyc;
599 }
600
601 /**
602 * Set the maximum BAB attacks allowed.

Callers 2

getAttackStringMethod · 0.80
attackCycleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected