copy()
Return a copy of the score.
Use this to make a version you can change while leaving the original untouched.
Parameters
Once an object score has been created, you can use the following function:
score.copy()
Returns
return newScore
| Value | Type | Description |
|---|---|---|
| newScore | Score |
A new score with the same parts and attributes as this one. |