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

Method Weapon

examples/source/customization_base_object_catch.cpp:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58class Weapon : public BaseObject {
59public:
60 Weapon() {
61 objectType = 2;
62 }
63
64 bool doWeaponThing() const {
65 return true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected