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