LeviLamina
Loading...
Searching...
No Matches
SkinAdjustments.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
struct
SkinAdjustments
{
6
public
:
7
// SkinAdjustments inner types define
8
enum class
AnimBits :
int
{
9
ArmsDown = 0,
10
ArmsOutFront = 1,
11
NoLegAnim = 2,
12
SingleLegs = 3,
13
SingleArms = 4,
14
StatueOfLiberty = 5,
15
DontRenderArmour = 6,
16
NoBobbing = 7,
17
UpsideDown = 8,
18
InvertedCrouch = 9,
19
};
20
21
public
:
22
// member variables
23
// NOLINTBEGIN
24
::ll::UntypedStorage<4, 4>
mUnkb6f038;
25
// NOLINTEND
26
27
public
:
28
// prevent constructor by default
29
SkinAdjustments
& operator=(
SkinAdjustments
const
&);
30
SkinAdjustments
(
SkinAdjustments
const
&);
31
SkinAdjustments
();
32
};
SkinAdjustments
Definition
SkinAdjustments.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
actor
player
SkinAdjustments.h
Generated on Sat Apr 26 2025 05:56:06 for LeviLamina by
1.12.0