| 493 | } |
| 494 | |
| 495 | float AFCEntity::GetFloat(const std::string& name) const |
| 496 | { |
| 497 | ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, NULL_FLOAT); |
| 498 | |
| 499 | return m_pNodeManager->GetFloat(name); |
| 500 | } |
| 501 | |
| 502 | double AFCEntity::GetDouble(const std::string& name) const |
| 503 | { |