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

Method getSR

code/src/java/pcgen/core/PlayerCharacter.java:3311–3314  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3309 }
3310
3311 public int getSR()
3312 {
3313 return calcSR(true);
3314 }
3315
3316 /**
3317 * Calculates total bonus from Size adjustments

Callers 2

getSRTokenMethod · 0.45
calcSRMethod · 0.45

Calls 1

calcSRMethod · 0.95

Tested by

no test coverage detected