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

Method StaticPixelsInXYInContainer

src/CrossUO.cpp:5010–5018  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5008}
5009
5010bool CGame::StaticPixelsInXYInContainer(uint16_t id, int x, int y)
5011{
5012 auto spr = (CSprite *)g_Index.m_Static[id].UserData;
5013 if (spr != nullptr)
5014 {
5015 return spr->Select(x, y);
5016 }
5017 return false;
5018}
5019
5020bool CGame::LandPixelsInXY(uint16_t id, int x, int y)
5021{

Callers

nothing calls this directly

Calls 1

SelectMethod · 0.45

Tested by

no test coverage detected