| 47 | } |
| 48 | |
| 49 | bool AFCStaticEntity::GetBool(const std::string& name) const |
| 50 | { |
| 51 | ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, NULL_BOOLEAN); |
| 52 | |
| 53 | return m_pNodeManager->GetBool(name); |
| 54 | } |
| 55 | |
| 56 | int32_t AFCStaticEntity::GetInt32(const std::string& name) const |
| 57 | { |
nothing calls this directly
no outgoing calls
no test coverage detected