calculateLevel
Calculate the level based on the current experience.
Method calculateLevel
Parameters:
experience
(number): The current experience points.
Returns:
number
: The calculated level.
Example Usage:
This method calculates the current level based on the provided current experience, base experience, and experience multiplier within the LevelAlgorithm
instance.
Last updated