MCPcopy Create free account
hub / github.com/PCGen/pcgen / getChoices

Method getChoices

code/src/java/pcgen/facade/core/InfoFactory.java:253–253  ·  view source on GitHub ↗

Get a display string of the choices made for this character for the ability. The format may be either a, b or x3. @param abilityFacade The ability to be output. @return The comma separated list of choices.

(AbilityFacade abilityFacade)

Source from the content-addressed store, hash-verified

251 * @return The comma separated list of choices.
252 */
253 public String getChoices(AbilityFacade abilityFacade);
254
255 /**
256 * Retrieve the description of the targets to which the temporary bonus

Callers 15

testBasicChoicesListMethod · 0.65
unparseMethod · 0.65
unparseMethod · 0.65
unparseMethod · 0.65
unparseMethod · 0.65
unparseMethod · 0.65
unparseMethod · 0.65
unparseMethod · 0.65
unparseMethod · 0.65
unparseMethod · 0.65

Implementers 1

Gui2InfoFactorycode/src/java/pcgen/gui2/facade/Gui2In

Calls

no outgoing calls