MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / isHitStop

Method isHitStop

Source/Platformer/Bullet.cpp:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114bool Bullet::isHitStop() const noexcept {
115 return _flags.isOn(Bullet::HitStop);
116}
117
118void Bullet::setTargetAllow(uint32_t var) {
119 targetAllow = TargetAllow(var);

Callers 2

initMethod · 0.80

Calls 1

isOnMethod · 0.80

Tested by

no test coverage detected