MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / setHidden

Method setHidden

src/Engine/Surface.cpp:709–712  ·  view source on GitHub ↗

* This is a separate visibility setting intended * for temporary effects like window popups, * so as to not override the default visibility setting. * @note Do not confuse with setVisible! * @param hidden Shown or hidden. */

Source from the content-addressed store, hash-verified

707 * @param hidden Shown or hidden.
708 */
709void Surface::setHidden(bool hidden)
710{
711 _hidden = hidden;
712}
713
714/**
715 * Locks the surface from outside access

Callers 2

hideAllMethod · 0.80
showAllMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected