3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/DirtyFlag.h"
7#include "mc/client/gui/screens/controllers/ClientInstanceScreenController.h"
8#include "mc/client/gui/screens/models/EmoteWheelCommonModel.h"
21 ::ll::TypedStorage<8, 8, ::LocalPlayer*> mLocalPlayer;
22 ::ll::TypedStorage<8, 144, ::EmoteWheelCommonModel> mEmoteWheelCommonModel;
27 EmoteWheelScreenController();
32 virtual ~EmoteWheelScreenController() =
default;
34 virtual void onOpen() ;
36 virtual ::ui::DirtyFlag tick() ;
38 virtual ::std::string _getButtonStartDescription() ;
44 MCAPI EmoteWheelScreenController(
45 ::std::shared_ptr<::ClientInstanceScreenModel> clientModel,
46 ::std::shared_ptr<::PersonaScreenModelCommon> model
49 MCAPI ::std::string _getChangeOrExitInstructions()
const;
51 MCAPI ::std::string _getEmoteScreenInstructions();
53 MCAPI ::std::string _getEntranceInstructions()
const;
55 MCAPI
void _onButtonPress(
int emoteIndex);
57 MCAPI
void _sendButtonPressedMessage(
bool slotSet)
const;
64 ::std::shared_ptr<::ClientInstanceScreenModel> clientModel,
65 ::std::shared_ptr<::PersonaScreenModelCommon> model
74 MCAPI ::ui::DirtyFlag $tick();
76 MCAPI ::std::string $_getButtonStartDescription();
Definition ClientInstanceScreenController.h:5
Definition ClientInstanceScreenModel.h:5
Definition EmoteWheelScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition LocalPlayer.h:5
Definition PersonaScreenModelCommon.h:5