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
10class Actor;
11// clang-format on
12
14public:
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
22public:
23 // member functions
24 // NOLINTBEGIN
25 MCNAPI void onBarterItemPickedUp(::Actor const& owner, ::ActorUniqueID actorUniqueID, short barterItemId);
26 // NOLINTEND
27};
Definition Actor.h:103
Definition BarterComponent.h:13
MCAPI void onBarterItemPickedUp(::Actor const &owner, ::ActorUniqueID actorUniqueID, short barterItemId)
Definition ActorUniqueID.h:5