MCPcopy Create free account
hub / github.com/OpenDUNE/OpenDUNE / GUI_FactoryWindow_GetItem

Function GUI_FactoryWindow_GetItem

src/gui/gui.c:3500–3507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3498}
3499
3500FactoryWindowItem *GUI_FactoryWindow_GetItem(int16 offset)
3501{
3502 offset += g_factoryWindowBase;
3503
3504 if (offset < 0 || offset >= g_factoryWindowTotal) return NULL;
3505
3506 return &g_factoryWindowItems[offset];
3507}
3508
3509void GUI_FactoryWindow_DrawDetails(void)
3510{

Calls

no outgoing calls

Tested by

no test coverage detected