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

Method get_hp

examples/source/property.cpp:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7class Player {
8public:
9 int get_hp() const {
10 return hp;
11 }
12
13 void set_hp(int value) {
14 hp = value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected