HeroStats Libraries
ExperienceTable.GetExpNeededForLevel Method
[This is preliminary documentation and subject to change.]
Looks up and returns the total minimum XP needed for any given level. If a number greater than 50 is entered, throws an ApplicationException
[Visual Basic]
Public Shared Function GetExpNeededForLevel( _
ByVal
level As
UInt32 _
) As
UInt32
[C#]
public static
uint GetExpNeededForLevel(
uint level);
Parameters
-
level
- Level to look up
Return Value
total minimum XP needed
See Also
ExperienceTable Class | CityOfHeroes Namespace