MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / GetRawUserData

Method GetRawUserData

src/plugin/kernel/include/AFCData.hpp:466–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464 }
465
466 void* GetRawUserData() const override
467 {
468 ARK_ASSERT_RET_VAL(mnType == ArkDataType::DT_USERDATA, nullptr);
469 return mpUserData;
470 }
471
472 // Set data
473 void SetUnknown() override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected