Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
981
bool CFileManager::IsMulFileOpen(int idx) const
982
{
983
return idx < countof(m_AnimMul) ? m_AnimMul[idx].Start != 0 : false;
984
}
985
986
uint8_t *CFileManager::MulReadAnimationData(const AnimationDirection &direction) const
987
{
Callers
1
load_bodyconv
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected