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

Method SetUInt32

src/plugin/kernel/interface/AFINode.hpp:120–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 virtual void SetRawUserData(void* value) {}
119 virtual void SetInt32(int32_t value) {}
120 virtual void SetUInt32(uint32_t value) {}
121 virtual void SetWString(const std::wstring& value) {}
122 virtual void SetObject(const AFGUID& guid) {}
123

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected