| 61 | } |
| 62 | |
| 63 | uint32_t AFCStaticEntity::GetUInt32(const std::string& name) const |
| 64 | { |
| 65 | ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, NULL_INT); |
| 66 | |
| 67 | return m_pNodeManager->GetUInt32(name); |
| 68 | } |
| 69 | |
| 70 | int64_t AFCStaticEntity::GetInt64(const std::string& name) const |
| 71 | { |
nothing calls this directly
no outgoing calls
no test coverage detected