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

Function ExecuteAnimCommands

TombEngine/Game/Animation/Animation.cpp:64–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 };
63
64 static void ExecuteAnimCommands(ItemInfo& item, bool isFrameBased)
65 {
66 const auto& anim = GetAnimData(item);
67 for (const auto& command : anim.Commands)
68 command->Execute(item, isFrameBased);
69 }
70
71 void AnimateItem(ItemInfo& item)
72 {

Callers 1

AnimateItemFunction · 0.85

Calls 1

ExecuteMethod · 0.80

Tested by

no test coverage detected