Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ doArmorThing
Method
doArmorThing
examples/source/customization_base_object_catch.cpp:25–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
bool doArmorThing() const {
26
return false;
27
}
28
bool doWeaponThing() const {
29
return false;
30
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected