MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / Action_FightRight

Method Action_FightRight

src/logic/NpcAnimationHandler.cpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 startAni_FightLeft();
108}
109void NpcAnimationHandler::Action_FightRight()
110{
111 startAni_FightRight();
112}
113void NpcAnimationHandler::Action_FightParry()
114{
115 startAni_FightParry();

Callers 2

playerUpdateMethod · 0.80
npcUpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected