Returns information about the player's experience.
accumulated, rested, needed = Inspect.TEMPORARY.Experience() | |||
Parameter | Type | Datatype | Description |
---|---|---|---|
accumulated | result | number | The amount of experience that has accumulated towards the next level. |
needed | result | number | The amonut of experience required to reach the next level. |
rested | result | number | The amount of rested experience that has accumulated. |