MCPcopy Create free account
hub / github.com/ThePhD/sol2 / set_hp

Method set_hp

examples/source/property.cpp:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 }
12
13 void set_hp(int value) {
14 hp = value;
15 }
16
17 int get_max_hp() const {
18 return maxhp;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected