Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ get_max_hp
Method
get_max_hp
examples/source/property.cpp:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
int get_max_hp() const {
18
return maxhp;
19
}
20
21
void set_max_hp(int value) {
22
maxhp = value;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected