MCPcopy Create free account
hub / github.com/EasyRPG/Player / SetNormalAttacking

Method SetNormalAttacking

src/sprite_actor.cpp:324–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322}
323
324void Sprite_Actor::SetNormalAttacking(bool nnormal_attacking) {
325 normal_attacking = nnormal_attacking;
326}
327
328void Sprite_Actor::SetAfterimageAmount(unsigned amount) {
329 images.resize(1 + amount);

Calls

no outgoing calls

Tested by

no test coverage detected