MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / TestEnvironmentFlags

Function TestEnvironmentFlags

TombEngine/Game/collision/collide_room.cpp:1118–1121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1116}
1117
1118bool TestEnvironmentFlags(RoomEnvFlags environmentType, int flags)
1119{
1120 return ((flags & environmentType) == environmentType);
1121}

Callers 2

IsRoomOutsideFunction · 0.85
TestEnvironmentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected