MCPcopy Create free account
hub / github.com/GlobedGD/globed2 / ExtendedObjectBase

Method ExtendedObjectBase

src/modules/scripting/objects/ExtendedObjectBase.cpp:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6namespace globed {
7
8ExtendedObjectBase::ExtendedObjectBase() {}
9
10void ExtendedObjectBase::encodePayload(geode::FunctionRef<bool(qn::HeapByteWriter&)>&& writefn) {
11 qn::HeapByteWriter writer;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected