Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ setStat
Method
setStat
code/src/java/pcgen/core/PlayerCharacter.java:9238–9241 ·
view source on GitHub ↗
(PCStat stat, int value)
Source
from the content-addressed store, hash-verified
9236
}
9237
9238
public
void
setStat(PCStat stat,
int
value)
9239
{
9240
statValueFacet.set(id, stat, value);
9241
}
9242
9243
public
int
getStat(PCStat stat)
9244
{
Callers
15
testSpellListCastToken
Method · 0.95
testGetVariableValueStatMod
Method · 0.95
testGetVariableValueStatModNew
Method · 0.95
testGetVariableCaching
Method · 0.95
testAvailableSpellsMemorizedDivine
Method · 0.95
testGetVariableCachingRollTopNode
Method · 0.95
testCheckSkillModChangeNoBonus
Method · 0.95
testCheckSkillModChangeWithBonus
Method · 0.95
testGetBonusSpellSplots
Method · 0.95
testPrePositive
Method · 0.95
testPreZero
Method · 0.95
testPreNegative
Method · 0.95
Calls
1
set
Method · 0.65
Tested by
15
testSpellListCastToken
Method · 0.76
testGetVariableValueStatMod
Method · 0.76
testGetVariableValueStatModNew
Method · 0.76
testGetVariableCaching
Method · 0.76
testAvailableSpellsMemorizedDivine
Method · 0.76
testGetVariableCachingRollTopNode
Method · 0.76
testCheckSkillModChangeNoBonus
Method · 0.76
testCheckSkillModChangeWithBonus
Method · 0.76
testGetBonusSpellSplots
Method · 0.76
testPrePositive
Method · 0.76
testPreZero
Method · 0.76
testPreNegative
Method · 0.76