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

Method encodePayload

src/modules/scripting/objects/FireServerObject.cpp:125–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125void FireServerObject::encodePayload(const FireServerPayload& args) {
126 ExtendedObjectBase::encodePayload([&](qn::HeapByteWriter& writer) {
127 ::globed::encodePayload(args, writer);
128 return true;
129 });
130}
131
132}

Callers 1

onCloseMethod · 0.45

Calls 1

encodePayloadFunction · 0.85

Tested by

no test coverage detected