![]() |
CloudOnce v2.7.5
Unified Game Services API
|
Data-class to store currency value. More...
Public Member Functions | |
| CurrencyValue () | |
| Data-class to store currency value. | |
| CurrencyValue (float additions, float subtractions) | |
| Data-class to store currency value. More... | |
| CurrencyValue (float value) | |
| Data-class to store currency value. More... | |
| CurrencyValue (JSONObject jsonObject) | |
| Data-class to store currency value. More... | |
| JSONObject | ToJSONObject () |
| Converts the CurrencyValue into a JSONObject. More... | |
| void | FromJSONObject (JSONObject jsonObject) |
| Reconstructs a CurrencyValue from a JSONObject. More... | |
| JSONObject | ToJSONObject () |
| void | FromJSONObject (JSONObject jsonObject) |
Data-class to store currency value.
|
inline |
Data-class to store currency value.
| additions | Total additions made to this currency. |
| subtractions | Total subtractions made to this currency. |
|
inline |
Data-class to store currency value.
| value | Total current value of this currency. |
|
inline |
Data-class to store currency value.
| jsonObject | JSONObject containing a CurrencyValue |
|
inline |
Reconstructs a CurrencyValue from a JSONObject.
| jsonObject | JSONObject containing a CurrencyValue |
Implements CloudOnce.Internal.IJsonDeserializable.
|
inline |
Converts the CurrencyValue into a JSONObject.
Implements CloudOnce.Internal.IJsonSerializable.