MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / IsCreated

Method IsCreated

ui/ui.h:317–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315 void Create(int x, int y, int w, int h); // define the ui object.
316 void Destroy() { m_Created = false; };
317 bool IsCreated() const { return m_Created; };
318
319 // data access
320 int X() const { return m_X; }; // access the X,Y,W,H fields.

Callers 7

AddGadgetMethod · 0.80
RemoveGadgetMethod · 0.80
processMethod · 0.80
unrealizeMethod · 0.80
AddButtonMethod · 0.80
OnDestroyMethod · 0.80
OnDetachFromWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected