LeviLamina
Loading...
Searching...
No Matches
Button.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
npc {
6
7
struct
Button
{
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::UntypedStorage<8, 32>
mUnke4ea12;
12
::ll::UntypedStorage<8, 32>
mUnk5635a5;
13
// NOLINTEND
14
15
public
:
16
// prevent constructor by default
17
Button
& operator=(
Button
const
&);
18
Button
(
Button
const
&);
19
20
public
:
21
// member functions
22
// NOLINTBEGIN
23
MCNAPI
Button
();
24
25
MCNAPI ::npc::Button&
operator=
(::std::string_view newName);
26
27
MCNAPI
~Button
();
28
// NOLINTEND
29
30
public
:
31
// constructor thunks
32
// NOLINTBEGIN
33
MCNAPI
void
*
$ctor
();
34
// NOLINTEND
35
36
public
:
37
// destructor thunk
38
// NOLINTBEGIN
39
MCNAPI
void
$dtor
();
40
// NOLINTEND
41
};
42
43
}
// namespace npc
ll::UntypedStorage
Definition
Alias.h:14
npc::Button
Definition
Button.h:7
npc::Button::~Button
MCAPI ~Button()
npc::Button::Button
MCAPI Button()
npc::Button::$dtor
MCAPI void $dtor()
npc::Button::operator=
MCAPI::npc::Button & operator=(::std::string_view newName)
npc::Button::$ctor
MCAPI void * $ctor()
src
mc
world
actor
npc
Button.h
Generated on Mon Jun 30 2025 05:54:00 for LeviLamina by
1.12.0