Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ isAllow
Method
isAllow
Source/Platformer/Define.cpp:34–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
bool TargetAllow::isAllow(Relation relation) {
35
return (_flag & s_cast<uint32_t>(relation)) != 0;
36
}
37
38
void TargetAllow::setTerrainAllowed(bool var) {
39
if (var) {
Callers
4
onBodyContact
Method · 0.80
onAttack
Method · 0.80
TargetAllow_isAllow
Function · 0.80
platformer_targetallow_is_allow
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected