mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-30 23:47:16 +00:00
Created Perl Client AddAlternateCurrencyValue (markdown)
@@ -0,0 +1,13 @@
|
|||||||
|
adds a client alternate currency value.
|
||||||
|
### Arguments
|
||||||
|
**Name**|**Type**|**Description**
|
||||||
|
:---|:---|:---
|
||||||
|
currency_id|uint32|
|
||||||
|
amount|int32|
|
||||||
|
### Example
|
||||||
|
|
||||||
|
```perl
|
||||||
|
my currency_id = 1;
|
||||||
|
my amount = 1;
|
||||||
|
quest::say($client->AddAlternateCurrencyValue(currency_id, amount));
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user