Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getFixedDC
Method
getFixedDC
code/src/java/pcgen/core/character/SpellInfo.java:171–174 ·
view source on GitHub ↗
@return Returns the fixedDC.
()
Source
from the content-addressed store, hash-verified
169
* @
return
Returns the fixedDC.
170
*/
171
public
String getFixedDC()
172
{
173
return
fixedDC;
174
}
175
176
/**
177
* @param fixedDC The fixedDC to set.
Callers
1
getDC
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected