MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / isOpen

Function isOpen

TheForceEngine/TFE_FrontEndUI/console.cpp:620–623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

618 }
619
620 bool isOpen()
621 {
622 return s_height > 0.0f || s_anim > 0.0f;
623 }
624
625 bool isAnimating()
626 {

Callers 3

isConsoleOpenFunction · 0.85
drawFunction · 0.85
drawCaptionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected