MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / GetFrameCount

Function GetFrameCount

TombEngine/Game/Animation/Animation.cpp:326–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324 }
325
326 int GetFrameCount(GAME_OBJECT_ID objectID, int animNumber)
327 {
328 const auto& anim = GetAnimData(objectID, animNumber);
329 return anim.EndFrameNumber;
330 }
331
332 int GetFrameCount(const ItemInfo& item)
333 {

Callers 7

SophiaLeighTowerControlFunction · 0.85
SophiaLeighNormalControlFunction · 0.85
CobraControlFunction · 0.85
lara_as_slopeclimbupFunction · 0.85
lara_as_slopeclimbdownFunction · 0.85
lara_as_sclimbstartFunction · 0.85
lara_as_sclimbstopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected