Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ GetNextExp
Method
GetNextExp
src/game_actor.cpp:663–665 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
661
}
662
663
int Game_Actor::GetNextExp() const {
664
return GetNextExp(GetLevel());
665
}
666
667
int Game_Actor::GetNextExp(int level) const {
668
if (level >= GetMaxLevel() || level <= -1) {
Callers
1
game_actor.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected