| 82 | } |
| 83 | |
| 84 | float AFCStaticEntity::GetFloat(const std::string& name) const |
| 85 | { |
| 86 | ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, NULL_FLOAT); |
| 87 | |
| 88 | return m_pNodeManager->GetFloat(name); |
| 89 | } |
| 90 | |
| 91 | double AFCStaticEntity::GetDouble(const std::string& name) const |
| 92 | { |
nothing calls this directly
no outgoing calls
no test coverage detected