MCPcopy Create free account
hub / github.com/JACoders/OpenJK / IsVisible

Function IsVisible

code/ui/ui_shared.cpp:9267–9270  ·  view source on GitHub ↗

================= IsVisible ================= */

Source from the content-addressed store, hash-verified

9265=================
9266*/
9267qboolean IsVisible(int flags)
9268{
9269 return (qboolean)((flags & WINDOW_VISIBLE && !(flags & WINDOW_FADINGOUT)) != 0);
9270}
9271
9272/*
9273=================

Callers 1

Menu_HandleMouseMoveFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected