MCPcopy Create free account
hub / github.com/Panzerschrek/Chasm-Reverse / CurrentAnimation

Method CurrentAnimation

PanzerChasm/server/monster_base.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66unsigned int MonsterBase::CurrentAnimation() const
67{
68 return current_animation_;
69}
70
71unsigned int MonsterBase::CurrentAnimationFrame() const
72{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected