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

Method BaseObject

examples/source/customization_base_object_catch.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15class BaseObject {
16public:
17 BaseObject() {
18 objectType = 0;
19 }
20
21 unsigned int getObjectType() const {
22 return objectType;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected