| 75 | } |
| 76 | |
| 77 | int64_t AFCStaticEntity::GetUInt64(const std::string& name) const |
| 78 | { |
| 79 | ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, NULL_INT64); |
| 80 | |
| 81 | return m_pNodeManager->GetUInt64(name); |
| 82 | } |
| 83 | |
| 84 | float AFCStaticEntity::GetFloat(const std::string& name) const |
| 85 | { |
nothing calls this directly
no outgoing calls
no test coverage detected