Anvil
|
Static Public Member Functions | |
static ? int | GetLevelFromXP (this TwoDimArray< ExpTableEntry > table, int xp) |
Gets the current level for a player with the specified XP. More... | |
static ? uint | GetXPFromLevel (this TwoDimArray< ExpTableEntry > table, int level) |
Gets the amount of XP needed for the specified level. More... | |
|
inlinestatic |
Gets the current level for a player with the specified XP.
table | The table to lookup. |
xp | The amount of xp. |
|
inlinestatic |
Gets the amount of XP needed for the specified level.
table | The table to lookup. |
level | The level to lookup. |