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

Method SetFloat

src/plugin/kernel/src/AFCEntity.cpp:344–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344bool AFCEntity::SetFloat(const std::string& name, const float value)
345{
346 ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, false);
347
348 return m_pNodeManager->SetFloat(name, value);
349}
350
351bool AFCEntity::SetDouble(const std::string& name, const double value)
352{

Callers 2

AddCustomFloatMethod · 0.45
SetCustomFloatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected