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

Method SetInt32

src/plugin/kernel/src/AFNodeManager.cpp:368–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368bool AFNodeManager::SetInt32(const std::string& name, const int32_t value)
369{
370 auto index = GetIndex(name);
371 ARK_ASSERT_RET_VAL(index > 0, false);
372
373 return SetInt32(index, value);
374}
375
376bool AFNodeManager::SetUInt32(const std::string& name, const uint32_t value)
377{

Callers 1

InitDataMethod · 0.45

Calls 2

GetTypeMethod · 0.45
GetInt32Method · 0.45

Tested by

no test coverage detected