Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
class Weapon : public BaseObject {
59
public:
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