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