|
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. | |
| static ? uint | GetXPFromLevel (this TwoDimArray< ExpTableEntry > table, int level) |
| Gets the amount of XP needed for the specified level. | |
|
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. |