MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / update

Method update

forms/form.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36void Form::onRender() { Control::onRender(); }
37
38void Form::update()
39{
40 Control::update();
41 resolveLocation();
42}
43
44void Form::unloadResources() { Control::unloadResources(); }
45

Callers 1

runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected