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