MCPcopy 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
34bool TargetAllow::isAllow(Relation relation) {
35 return (_flag & s_cast<uint32_t>(relation)) != 0;
36}
37
38void TargetAllow::setTerrainAllowed(bool var) {
39 if (var) {

Callers 4

onBodyContactMethod · 0.80
onAttackMethod · 0.80
TargetAllow_isAllowFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected