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

Method GetSheet

Descent3/newui_core.cpp:1122–1122  ·  view source on GitHub ↗

grab the message box's sheet.

Source from the content-addressed store, hash-verified

1120
1121// grab the message box's sheet.
1122newuiSheet *newuiMessageBox::GetSheet() { return &m_sheet; }
1123
1124// do user interface, return UID_OK or UID_CANCEL or UID_??? (UID_OK and UID_CANCEL are predefined)
1125int newuiMessageBox::DoUI() {

Callers 15

PilotChooseFunction · 0.80
DoPilotTauntScreenFunction · 0.80
PltSelectShipFunction · 0.80
ShowPilotPicDialogFunction · 0.80
SaveGameDialogFunction · 0.80
LoadGameDialogFunction · 0.80
MainMultiplayerMenuFunction · 0.80
DisplayNetDLLHelpFunction · 0.80
ShowNetgameInfoFunction · 0.80
weapon_select_dialogFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected