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

Method SetWString

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

Source from the content-addressed store, hash-verified

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
124 // other handle

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected