2.9 KiB
2.9 KiB
sidebar_position
sidebar_position |
---|
2 |
Balance Model
Index
Properties
- currentPoint
Number
The current point. - freePoint
Number
The current free point.
Methods
- SetCurrentPoint Set the current point.
- GetCurrentPoint Get the current point.
- SetFreePoint Set the current free point.
- GetFreePoint Get the current free point.
- GetAvailablePoint Get the current point.
- isNumber Indicates whether the value is number.
Details
currentPoint
The current point.
meta | description |
---|---|
Type | Number |
Defined in | p4f-game-core/src/model/balance-model.js:8 |
freePoint
The current free point.
meta | description |
---|---|
Type | Number |
Defined in | p4f-game-core/src/model/balance-model.js:9 |
SetCurrentPoint
Set the current point.
meta | description |
---|---|
Defined in | p4f-game-core/src/model/balance-model.js:14 |
GetCurrentPoint
Get the current point.
meta | description |
---|---|
Defined in | p4f-game-core/src/model/balance-model.js:21 |
SetFreePoint
Set the current free point.
meta | description |
---|---|
Defined in | p4f-game-core/src/model/balance-model.js:27 |
GetFreePoint
Get the current free point.
meta | description |
---|---|
Defined in | p4f-game-core/src/model/balance-model.js:34 |
GetAvailablePoint
Get the current point.
meta | description |
---|---|
Defined in | p4f-game-core/src/model/balance-model.js:40 |
isNumber
Indicates whether the value is number.
meta | description |
---|---|
Type | Boolean |
Defined in | p4f-game-core/src/model/balance-model.js:46 |