mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-29 18:37:16 +00:00
Updated Perl Client AddAAPoints (markdown)
@@ -1,11 +1,12 @@
|
|||||||
adds a client aa points.
|
adds a client a a points.
|
||||||
### Arguments
|
### Arguments
|
||||||
**Name**|**Type**|**Description**
|
**Name**|**Type**|**Description**
|
||||||
:---|:---|:---
|
:---|:---|:---
|
||||||
number|int|### Example
|
number||
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|
||||||
```perl
|
```perl
|
||||||
my number = 1;
|
my $number = 1;
|
||||||
quest::say($client->AddAAPoints(number));
|
|
||||||
|
$client->AddAAPoints($number); # Returns void
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user