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

Method hurt

examples/source/usertype_basics.cpp:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 }
19
20 bool hurt(int by) {
21 life -= by;
22 // have we died?
23 return life < 1;
24 }
25};
26
27

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected