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

Method Action_FightLeft

src/logic/NpcAnimationHandler.cpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 startAni_FightForward();
104}
105void NpcAnimationHandler::Action_FightLeft()
106{
107 startAni_FightLeft();
108}
109void NpcAnimationHandler::Action_FightRight()
110{
111 startAni_FightRight();

Callers 2

playerUpdateMethod · 0.80
npcUpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected