the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at master 12 lines 456 B view raw
1#pragma once 2#include "IUIScene_AbstractContainerMenu.h" 3 4// The 0-indexed slot in the inventory list that lines up with the result slot 5#define TRAP_SCENE_TRAP_SLOT_OFFSET 3 6 7class IUIScene_DispenserMenu : public virtual IUIScene_AbstractContainerMenu 8{ 9protected: 10 virtual ESceneSection GetSectionAndSlotInDirection( ESceneSection eSection, ETapState eTapDirection, int *piTargetX, int *piTargetY ); 11 int getSectionStartOffset(ESceneSection eSection); 12};