Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ setUsedHD
Method
setUsedHD
code/src/java/pcgen/core/character/Follower.java:136–139 ·
view source on GitHub ↗
Set used HD @param x
(final int x)
Source
from the content-addressed store, hash-verified
134
* @param x
135
*/
136
public
void
setUsedHD(
final
int
x)
137
{
138
usedHD = x;
139
}
140
141
/**
142
* Get the HD used
Callers
3
parseFollowerLine
Method · 0.95
parseMasterLine
Method · 0.95
setMaster
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected