Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
RG Creators
VeryVanilla
Commits
c317f61d
Commit
c317f61d
authored
May 17, 2018
by
Jesse Snyder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update ItemActions.h
parent
a06fb764
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
MQ2AutoLoot/ItemActions.h
MQ2AutoLoot/ItemActions.h
+4
-1
No files found.
MQ2AutoLoot/ItemActions.h
View file @
c317f61d
...
...
@@ -21,7 +21,10 @@ extern pluginclock::time_point LootThreadTimer;
bool
MoveToNPC
(
PSPAWNINFO
pSpawn
);
bool
HandleMoveUtils
(
void
);
// Used to connect to MQ2MoveUtils
bool
OpenWindow
(
PSPAWNINFO
pSpawn
);
void
SellItem
(
PITEMINFO
theitem
);
bool
CheckIfItemIsInSlot
(
short
InvSlot
,
short
BagSlot
);
bool
WaitForItemToBeSelected
(
PCONTENTS
pItem
,
short
InvSlot
,
short
BagSlot
);
bool
WaitForItemToBeSold
(
short
InvSlot
,
short
BagSlot
);
void
SellItem
(
PCONTENTS
pItem
);
bool
FitInPersonalBank
(
PITEMINFO
pItem
);
void
PutInPersonalBank
(
PITEMINFO
pItem
);
bool
CheckGuildBank
(
PITEMINFO
pItem
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment