Added $client->GetMoney(type, subtype) to Perl/Lua.

Types:
- 0: Copper
- 1: Silver
- 2: Gold
- 3: Platinum
Sub Types (if applicable):
- 0: On Character
- 1: In Bank
- 2: On Cursor
- 3: Shared Bank (only applies to Type 3/Platinum)
This commit is contained in:
Kinglykrab
2015-08-01 00:11:18 -04:00
parent 7fc8841a67
commit 892fb58b18
5 changed files with 116 additions and 1 deletions
+1
View File
@@ -256,6 +256,7 @@ public:
int GetAggroCount();
uint64 GetCarriedMoney();
uint64 GetAllMoney();
uint32 GetMoney(uint8 type, uint8 subtype);
void OpenLFGuildWindow();
void Signal(uint32 id);
void AddAlternateCurrencyValue(uint32 currency, int amount);