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

Method addLocalCost

code/src/java/pcgen/core/PlayerCharacter.java:8936–8939  ·  view source on GitHub ↗
(PCClass pcc, Skill skill, SkillCost sc, Object owner)

Source from the content-addressed store, hash-verified

8934 }
8935
8936 public void addLocalCost(PCClass pcc, Skill skill, SkillCost sc, Object owner)
8937 {
8938 localAddedSkillCostFacet.add(id, pcc, sc, skill, owner);
8939 }
8940
8941 public void removeLocalCost(PCClass pcc, Skill skill, SkillCost sc, Object owner)
8942 {

Callers 6

testCSkillMethod · 0.95
testCSkillServesAsMethod · 0.95
applyChoiceMethod · 0.80
applyChoiceMethod · 0.80
applyChoiceMethod · 0.80
restoreChoiceMethod · 0.80

Calls 1

addMethod · 0.65

Tested by 2

testCSkillMethod · 0.76
testCSkillServesAsMethod · 0.76