Method GetLevelFromXP
GetLevelFromXP(TwoDimArray<ExpTableEntry>, int)
Gets the current level for a player with the specified XP.
public static int? GetLevelFromXP(this TwoDimArray<ExpTableEntry> table, int xp)
Parameters
tableTwoDimArray<ExpTableEntry>The table to lookup.
xpintThe amount of xp.
Returns
- int?