MCPcopy Create free account
hub / github.com/crossuo/crossuo / IsMulFileOpen

Method IsMulFileOpen

xuocore/uodata.cpp:981–984  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

979}
980
981bool CFileManager::IsMulFileOpen(int idx) const
982{
983 return idx < countof(m_AnimMul) ? m_AnimMul[idx].Start != 0 : false;
984}
985
986uint8_t *CFileManager::MulReadAnimationData(const AnimationDirection &direction) const
987{

Callers 1

load_bodyconvFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected