Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getSkillOrder
Method
getSkillOrder
code/src/java/pcgen/core/PlayerCharacter.java:9376–9379 ·
view source on GitHub ↗
(Skill skill)
Source
from the content-addressed store, hash-verified
9374
}
9375
9376
public
Integer getSkillOrder(Skill skill)
9377
{
9378
return
skillOutputOrderFacet.get(id, skill);
9379
}
9380
9381
public
int
getBaseStatFor(PCStat stat)
9382
{
Callers
7
compare
Method · 0.80
getSkillListInOutputOrder
Method · 0.80
updateSkillsOutputOrder
Method · 0.80
resortSelected
Method · 0.80
getHighestOutputIndex
Method · 0.80
appendSkillLines
Method · 0.80
getUsedSkillPoints
Method · 0.80
Calls
1
get
Method · 0.65
Tested by
no test coverage detected