Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getLevelInfoSize
Method
getLevelInfoSize
code/src/java/pcgen/core/PlayerCharacter.java:3125–3128 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3123
}
3124
3125
public
int
getLevelInfoSize()
3126
{
3127
return
levelInfoFacet.getCount(id);
3128
}
3129
3130
/**
3131
* whether we should load companions on master load
Callers
11
getLevelInfoClassKeyName
Method · 0.95
getTotalStatAtLevel
Method · 0.95
makeIntoExClass
Method · 0.95
saveStatIncrease
Method · 0.95
getStatIncrease
Method · 0.95
removeLevelInfo
Method · 0.95
getPartialStatAtLevel
Method · 0.95
getToken
Method · 0.45
getToken
Method · 0.45
addDomain
Method · 0.45
addLevel
Method · 0.45
Calls
1
getCount
Method · 0.65
Tested by
no test coverage detected