Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
114
bool Bullet::isHitStop() const noexcept {
115
return _flags.isOn(Bullet::HitStop);
116
}
117
118
void Bullet::setTargetAllow(uint32_t var) {
119
targetAllow = TargetAllow(var);
Callers
2
init
Method · 0.80
platformer_bullet_is_hit_stop
Function · 0.80
Calls
1
isOn
Method · 0.80
Tested by
no test coverage detected