Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ Armor
Method
Armor
examples/source/customization_base_object_catch.cpp:49–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
class Armor : public BaseObject {
48
public:
49
Armor() {
50
objectType = 1;
51
}
52
53
bool doArmorThing() const {
54
return true;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected