Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ qualifySkill
Method
qualifySkill
code/src/java/pcgen/core/PlayerCharacter.java:6386–6389 ·
view source on GitHub ↗
(final Skill skill)
Source
from the content-addressed store, hash-verified
6384
}
6385
6386
private
boolean qualifySkill(
final
Skill skill)
6387
{
6388
return
skill.qualifies(this, skill);
6389
}
6390
6391
/**
6392
* Change the number of levels a character has in a particular
class
. Note:
Callers
1
includeSkill
Method · 0.95
Calls
1
qualifies
Method · 0.65
Tested by
no test coverage detected