Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getCostToken
Method
getCostToken
code/src/java/plugin/exporttokens/PoolToken.java:54–57 ·
view source on GitHub ↗
(PlayerCharacter pc)
Source
from the content-addressed store, hash-verified
52
}
53
54
public
static
int
getCostToken(PlayerCharacter pc)
55
{
56
return
pc.getCostPool();
57
}
58
59
public
static
int
getCurrentToken(PlayerCharacter pc)
60
{
Callers
1
getToken
Method · 0.95
Calls
1
getCostPool
Method · 0.80
Tested by
no test coverage detected