Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
movementOfType
Method · 0.95
moveString
Method · 0.95
Calls
1
apply
Method · 0.65
Tested by
no test coverage detected