Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1118
bool TestEnvironmentFlags(RoomEnvFlags environmentType, int flags)
1119
{
1120
return ((flags & environmentType) == environmentType);
1121
}
Callers
2
IsRoomOutside
Function · 0.85
TestEnvironment
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected