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

Method W

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

Source from the content-addressed store, hash-verified

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; };
324
325 // moves the object.

Callers 12

CreateMethod · 0.80
OnFormatMethod · 0.80
PT_IN_GADGETFunction · 0.80
RenderMethod · 0.80
LoadGameDialogCBFunction · 0.80
RealizeMethod · 0.80
OnDrawMethod · 0.80
AddMethod · 0.80
DoWaitPopupFunction · 0.80
CreateMethod · 0.80
GetUIItemPositionFunction · 0.80
msn_ShowDownloadChoicesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected