HeroStats Libraries
ExperienceTable.GetLevel Method
[This is preliminary documentation and subject to change.]
Given an XP value, finds the level the hero would be with that aggregate total XP
[Visual Basic]
Public Shared Function GetLevel( _
ByVal
experience As
UInt32 _
) As
UInt32
[C#]
public static
uint GetLevel(
uint experience);
Parameters
-
experience
- Amount of XP to look up
Return Value
Level of hero with that XP value
See Also
ExperienceTable Class | CityOfHeroes Namespace