LeviLamina
Loading...
Searching...
No Matches
BarterComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
Actor
;
8
struct
ActorUniqueID
;
9
// clang-format on
10
11
class
BarterComponent
{
12
public
:
13
// member variables
14
// NOLINTBEGIN
15
::ll::TypedStorage<8, 8, ::ActorUniqueID> mItemOriginationActorUniqueID;
16
::ll::TypedStorage<2, 2, short> mBarterItemId;
17
::ll::TypedStorage<1, 1, bool> mExecuteTrade;
18
// NOLINTEND
19
20
public
:
21
// member functions
22
// NOLINTBEGIN
23
MCAPI
void
onBarterItemPickedUp(
::Actor
const
& owner,
::ActorUniqueID
actorUniqueID,
short
barterItemId);
24
// NOLINTEND
25
};
Actor
Definition
Actor.h:104
BarterComponent
Definition
BarterComponent.h:11
ActorUniqueID
Definition
ActorUniqueID.h:5
src
mc
entity
components_json_legacy
BarterComponent.h
Generated on Sat Apr 26 2025 05:55:35 for LeviLamina by
1.12.0