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

Method GetMoveFailureCount

src/game_character.h:1105–1107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1103}
1104
1105inline int Game_Character::GetMoveFailureCount() const {
1106 return data()->easyrpg_move_failure_count;
1107}
1108
1109inline void Game_Character::SetMoveFailureCount(int count) {
1110 data()->easyrpg_move_failure_count = count;

Calls

no outgoing calls

Tested by

no test coverage detected