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

Method calcEncumberedMove

code/src/java/pcgen/util/enumeration/Load.java:105–108  ·  view source on GitHub ↗
(final double unencumberedMove)

Source from the content-addressed store, hash-verified

103
104
105 public double calcEncumberedMove(final double unencumberedMove)
106 {
107 return encumberedMoveFunction.apply(unencumberedMove);
108 }
109}

Callers 2

movementOfTypeMethod · 0.95
moveStringMethod · 0.95

Calls 1

applyMethod · 0.65

Tested by

no test coverage detected