CommonLibSSE (powerof3)
Loading...
Searching...
No Matches
MapMoveHandler.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/B/BSTPoint.h"
5
6namespace RE
7{
9 {
10 public:
11 inline static constexpr auto RTTI = RTTI_MapMoveHandler;
12 inline static constexpr auto VTABLE = VTABLE_MapMoveHandler;
13
14 ~MapMoveHandler() override; // 00
15
16 // override (MapInputHandler)
17 bool CanProcess(InputEvent* a_event) override; // 01
18 bool ProcessThumbstick(ThumbstickEvent* a_event) override; // 03
19
20 // members
22 };
23 static_assert(sizeof(MapMoveHandler) == 0x20);
24}
Definition BSTPoint.h:26
Definition InputEvent.h:25
Definition MapInputHandler.h:10
Definition MapMoveHandler.h:9
static constexpr auto VTABLE
Definition MapMoveHandler.h:12
~MapMoveHandler() override
BSTPoint2< float > unk18
Definition MapMoveHandler.h:21
static constexpr auto RTTI
Definition MapMoveHandler.h:11
bool CanProcess(InputEvent *a_event) override
bool ProcessThumbstick(ThumbstickEvent *a_event) override
Definition ThumbstickEvent.h:8
Definition AbsorbEffect.h:6
constexpr std::array< REL::ID, 1 > VTABLE_MapMoveHandler
Definition Offsets_VTABLE.h:11997
constexpr REL::ID RTTI_MapMoveHandler(static_cast< std::uint64_t >(688989))