| 54 | } |
| 55 | |
| 56 | int32_t AFCStaticEntity::GetInt32(const std::string& name) const |
| 57 | { |
| 58 | ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, NULL_INT); |
| 59 | |
| 60 | return m_pNodeManager->GetInt32(name); |
| 61 | } |
| 62 | |
| 63 | uint32_t AFCStaticEntity::GetUInt32(const std::string& name) const |
| 64 | { |
nothing calls this directly
no outgoing calls
no test coverage detected