Name | Parameters | Return value | Notes |
AddScore |
|
|
Adds a value to the score of the specified player and returns the new value. |
GetDisplayName |
|
|
Returns the display name of the objective. This name will be shown to the connected players. |
GetName |
|
|
Returns the internal name of the objective. |
GetScore |
|
|
Returns the score of the specified player. |
GetType |
|
|
Returns the type of the objective. (i.e what is being tracked) |
Reset |
|
|
Resets the scores of the tracked players. |
ResetScore |
|
|
Reset the score of the specified player. |
SetDisplayName |
|
|
Sets the display name of the objective. |
SetScore |
|
|
Sets the score of the specified player. |
SubScore |
|
|
Subtracts a value from the score of the specified player and returns the new value. |