Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ GetBaseExp
Method
GetBaseExp
src/game_actor.cpp:655–657 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
653
}
654
655
int Game_Actor::GetBaseExp() const {
656
return GetBaseExp(GetLevel());
657
}
658
659
int Game_Actor::GetBaseExp(int level) const {
660
return GetNextExp(level - 1);
Callers
1
game_actor.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected