| 89 | } |
| 90 | |
| 91 | double AFCStaticEntity::GetDouble(const std::string& name) const |
| 92 | { |
| 93 | ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, NULL_DOUBLE); |
| 94 | |
| 95 | return m_pNodeManager->GetDouble(name); |
| 96 | } |
| 97 | |
| 98 | const std::string& AFCStaticEntity::GetString(const std::string& name) const |
| 99 | { |
nothing calls this directly
no outgoing calls
no test coverage detected