MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / Interactive

Method Interactive

neo/ui/Window.cpp:4116–4127  ·  view source on GitHub ↗

================ idWindow::Interactive ================ */

Source from the content-addressed store, hash-verified

4114================
4115*/
4116bool idWindow::Interactive() {
4117 if ( scripts[ ON_ACTION ] ) {
4118 return true;
4119 }
4120 int c = children.Num();
4121 for (int i = 0; i < c; i++) {
4122 if (children[i]->Interactive()) {
4123 return true;
4124 }
4125 }
4126 return false;
4127}
4128
4129/*
4130================

Callers 2

InitFromFileMethod · 0.80
StateChangedMethod · 0.80

Calls 1

NumMethod · 0.45

Tested by

no test coverage detected