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

Method setMoveString

code/src/java/pcgen/core/Equipment.java:1366–1369  ·  view source on GitHub ↗

Sets the moveString attribute of the Equipment object @param aString The new moveString value

(final String aString)

Source from the content-addressed store, hash-verified

1364 * The new moveString value
1365 */
1366 private void setMoveString(final String aString)
1367 {
1368 moveString = aString;
1369 }
1370
1371 /**
1372 * Gets the name attribute of the Equipment object. Note

Callers 1

cloneMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected