get data
| 458 | |
| 459 | // get data |
| 460 | bool AFCEntity::GetBool(const std::string& name) const |
| 461 | { |
| 462 | ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, NULL_BOOLEAN); |
| 463 | |
| 464 | return m_pNodeManager->GetBool(name); |
| 465 | } |
| 466 | |
| 467 | int32_t AFCEntity::GetInt32(const std::string& name) const |
| 468 | { |