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

Method setNote

code/src/java/pcgen/core/character/EquipSet.java:259–262  ·  view source on GitHub ↗

Sets the player added note to aString @param aString

(final String aString)

Source from the content-addressed store, hash-verified

257 * @param aString
258 **/
259 public void setNote(final String aString)
260 {
261 note = aString;
262 }
263
264 /**
265 * Get note

Callers 1

parseEquipmentSetLineMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected