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

Method X

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

data access

Source from the content-addressed store, hash-verified

318
319 // data access
320 int X() const { return m_X; }; // access the X,Y,W,H fields.
321 int Y() const { return m_Y; };
322 int W() const { return m_W; };
323 int H() const { return m_H; };

Callers 4

PT_IN_GADGETFunction · 0.45
SCREEN_TO_WND_XFunction · 0.45
SCREEN_TO_GAD_XFunction · 0.45
RenderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected