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

Method GetGraphicForAnimation

src/GameObjects/GameObject.cpp:355–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353}
354
355uint16_t CGameObject::GetGraphicForAnimation()
356{
357 return Graphic; // + UO->GetStaticPointer(Graphic)->Increment;
358}
359
360void CGameObject::Clear()
361{

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected