mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-28 21:47:31 +00:00
Alphabetized plus more perl wiki tweaks
+3
-3
@@ -4,11 +4,11 @@ The Perl API consists of many exported classes and some general functions.
|
|||||||
* [Client](Perl-Client)
|
* [Client](Perl-Client)
|
||||||
* [Corpse](Perl-Corpse)
|
* [Corpse](Perl-Corpse)
|
||||||
* [Door](Perl-door)
|
* [Door](Perl-door)
|
||||||
* [EntityList](Perl-Entitylist)
|
* [EntityList](Perl-EntityList)
|
||||||
* [Group](Perl-Group)
|
* [Group](Perl-Group)
|
||||||
* [HateEntry](Perl-Hateentry)
|
* [HateEntry](Perl-HateEntry)
|
||||||
* [Mob](Perl-Mob)
|
* [Mob](Perl-Mob)
|
||||||
* [NPC](Perl-Npc)
|
* [NPC](Perl-NPC)
|
||||||
* [Object](Perl-Object)
|
* [Object](Perl-Object)
|
||||||
* [Packet](Perl-Perlpacket)
|
* [Packet](Perl-Perlpacket)
|
||||||
* [Raid](Perl-Raid)
|
* [Raid](Perl-Raid)
|
||||||
@@ -5,3 +5,6 @@ AccountID.
|
|||||||
my $val = $client->AccountID();
|
my $val = $client->AccountID();
|
||||||
quest::say($val); # Returns uint
|
quest::say($val); # Returns uint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ AccountName.
|
|||||||
my $val = $client->AccountName();
|
my $val = $client->AccountName();
|
||||||
quest::say($val); # Returns string
|
quest::say($val); # Returns string
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -2,7 +2,7 @@ adds a client a a points.
|
|||||||
### Arguments
|
### Arguments
|
||||||
**Name**|**Type**|**Description**
|
**Name**|**Type**|**Description**
|
||||||
:---|:---|:---
|
:---|:---|:---
|
||||||
number||
|
number|int|
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|
||||||
@@ -11,3 +11,6 @@ my $number = 1;
|
|||||||
|
|
||||||
$client->AddAAPoints($number); # Returns void
|
$client->AddAAPoints($number); # Returns void
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -13,3 +13,6 @@ my $amount = 1;
|
|||||||
|
|
||||||
$client->AddAlternateCurrencyValue($currency_id, $amount); # Returns void
|
$client->AddAlternateCurrencyValue($currency_id, $amount); # Returns void
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -13,3 +13,6 @@ my $EbonCount = 1;
|
|||||||
|
|
||||||
$client->AddCrystals($RadiantCount, $EbonCount); # Returns void
|
$client->AddCrystals($RadiantCount, $EbonCount); # Returns void
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -13,3 +13,6 @@ my $conlevel = 1;
|
|||||||
|
|
||||||
$client->AddEXP($add_exp, $conlevel); # Returns void
|
$client->AddEXP($add_exp, $conlevel); # Returns void
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -13,3 +13,6 @@ my $max_level = 1;
|
|||||||
|
|
||||||
$client->AddLevelBasedExp($exp_percentage, $max_level); # Returns void
|
$client->AddLevelBasedExp($exp_percentage, $max_level); # Returns void
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -19,3 +19,6 @@ my $updateclient = 1;
|
|||||||
|
|
||||||
$client->AddMoneyToPP($copper, $silver, $gold, $platinum, $updateclient); # Returns void
|
$client->AddMoneyToPP($copper, $silver, $gold, $platinum, $updateclient); # Returns void
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -11,3 +11,6 @@ my $Points = 1;
|
|||||||
|
|
||||||
$client->AddPVPPoints($Points); # Returns void
|
$client->AddPVPPoints($Points); # Returns void
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -13,3 +13,6 @@ my $value = 1;
|
|||||||
|
|
||||||
$client->AddSkill($skillid, $value); # Returns void
|
$client->AddSkill($skillid, $value); # Returns void
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ Admin.
|
|||||||
my $val = $client->Admin();
|
my $val = $client->Admin();
|
||||||
quest::say($val); # Returns int
|
quest::say($val); # Returns int
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -15,3 +15,6 @@ my $enforce_level_requirement = 1;
|
|||||||
|
|
||||||
$client->AssignTask($TaskID, $NPCID, $enforce_level_requirement); # Returns void
|
$client->AssignTask($TaskID, $NPCID, $enforce_level_requirement); # Returns void
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -11,3 +11,6 @@ my $instance_id = 1;
|
|||||||
|
|
||||||
$client->AssignToInstance($instance_id); # Returns void
|
$client->AssignToInstance($instance_id); # Returns void
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ AutoSplitEnabled.
|
|||||||
my $val = $client->AutoSplitEnabled();
|
my $val = $client->AutoSplitEnabled();
|
||||||
quest::say($val); # Returns bool
|
quest::say($val); # Returns bool
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ BreakInvis.
|
|||||||
|
|
||||||
$client->BreakInvis(); # Returns void
|
$client->BreakInvis(); # Returns void
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -11,3 +11,6 @@ my $conlevel = 1;
|
|||||||
my $val = $client->CalcEXP($conlevel);
|
my $val = $client->CalcEXP($conlevel);
|
||||||
quest::say($val); # Returns int
|
quest::say($val); # Returns int
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -11,3 +11,6 @@ my $other = 1;
|
|||||||
my $val = $client->CalcPriceMod($other);
|
my $val = $client->CalcPriceMod($other);
|
||||||
quest::say($val); # Returns double
|
quest::say($val); # Returns double
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -11,3 +11,6 @@ my $skill_id = 1;
|
|||||||
my $val = $client->CanHaveSkill($skill_id);
|
my $val = $client->CanHaveSkill($skill_id);
|
||||||
quest::say($val); # Returns bool
|
quest::say($val); # Returns bool
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -11,3 +11,6 @@ my $in_lastname = "test";
|
|||||||
|
|
||||||
$client->ChangeLastName($in_lastname); # Returns void
|
$client->ChangeLastName($in_lastname); # Returns void
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ CharacterID.
|
|||||||
my $val = $client->CharacterID();
|
my $val = $client->CharacterID();
|
||||||
quest::say($val); # Returns uint
|
quest::say($val); # Returns uint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -13,3 +13,6 @@ my $chancemodi = 1;
|
|||||||
my $val = $client->CheckIncreaseSkill($skillid, $chancemodi);
|
my $val = $client->CheckIncreaseSkill($skillid, $chancemodi);
|
||||||
quest::say($val); # Returns bool
|
quest::say($val); # Returns bool
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -11,3 +11,6 @@ my $spell_id = 1;
|
|||||||
|
|
||||||
$client->CheckSpecializeIncrease($spell_id); # Returns void
|
$client->CheckSpecializeIncrease($spell_id); # Returns void
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ ClearCompassMark.
|
|||||||
|
|
||||||
$client->ClearCompassMark(); # Returns void
|
$client->ClearCompassMark(); # Returns void
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -11,3 +11,6 @@ my $zone_id = 1;
|
|||||||
|
|
||||||
$client->ClearZoneFlag($zone_id); # Returns void
|
$client->ClearZoneFlag($zone_id); # Returns void
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ Connected.
|
|||||||
my $val = $client->Connected();
|
my $val = $client->Connected();
|
||||||
quest::say($val); # Returns bool
|
quest::say($val); # Returns bool
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -13,3 +13,6 @@ my $amt = 1;
|
|||||||
my $val = $client->DecreaseByID($type, $amt);
|
my $val = $client->DecreaseByID($type, $amt);
|
||||||
quest::say($val); # Returns bool
|
quest::say($val); # Returns bool
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -13,3 +13,6 @@ my $quantity = 1;
|
|||||||
|
|
||||||
$client->DeleteItemInInventory($slot_id, $quantity); # Returns void
|
$client->DeleteItemInInventory($slot_id, $quantity); # Returns void
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ Disconnect.
|
|||||||
|
|
||||||
$client->Disconnect(); # Returns void
|
$client->Disconnect(); # Returns void
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -11,3 +11,6 @@ my $slot_id = 1;
|
|||||||
|
|
||||||
$client->DropItem($slot_id); # Returns void
|
$client->DropItem($slot_id); # Returns void
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ Duck.
|
|||||||
|
|
||||||
$client->Duck(); # Returns void
|
$client->Duck(); # Returns void
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ Escape.
|
|||||||
|
|
||||||
$client->Escape(); # Returns void
|
$client->Escape(); # Returns void
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -13,3 +13,6 @@ my $Message = 1;
|
|||||||
|
|
||||||
$client->ExpeditionMessage($ExpdID, $Message); # Returns void
|
$client->ExpeditionMessage($ExpdID, $Message); # Returns void
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -11,3 +11,6 @@ my $TaskID = 1;
|
|||||||
|
|
||||||
$client->FailTask($TaskID); # Returns void
|
$client->FailTask($TaskID); # Returns void
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ ForageItem.
|
|||||||
|
|
||||||
$client->ForageItem(); # Returns void
|
$client->ForageItem(); # Returns void
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ Freeze.
|
|||||||
|
|
||||||
$client->Freeze(); # Returns void
|
$client->Freeze(); # Returns void
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ GMKill.
|
|||||||
|
|
||||||
$client->GMKill(); # Returns void
|
$client->GMKill(); # Returns void
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ gets a client a a exp.
|
|||||||
my $val = $client->GetAAExp();
|
my $val = $client->GetAAExp();
|
||||||
quest::say($val); # Returns uint
|
quest::say($val); # Returns uint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -11,3 +11,6 @@ my $aaskillid = 1;
|
|||||||
my $val = $client->GetAALevel($aaskillid);
|
my $val = $client->GetAALevel($aaskillid);
|
||||||
quest::say($val); # Returns uint
|
quest::say($val); # Returns uint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ gets a client a a percent.
|
|||||||
my $val = $client->GetAAPercent();
|
my $val = $client->GetAAPercent();
|
||||||
quest::say($val); # Returns uint
|
quest::say($val); # Returns uint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ gets a client a a points.
|
|||||||
my $val = $client->GetAAPoints();
|
my $val = $client->GetAAPoints();
|
||||||
quest::say($val); # Returns uint
|
quest::say($val); # Returns uint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ gets a client account age.
|
|||||||
my $val = $client->GetAccountAge();
|
my $val = $client->GetAccountAge();
|
||||||
quest::say($val); # Returns double
|
quest::say($val); # Returns double
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -11,3 +11,6 @@ my $flag = 1;
|
|||||||
my $val = $client->GetAccountFlag($flag);
|
my $val = $client->GetAccountFlag($flag);
|
||||||
quest::say($val); # Returns string
|
quest::say($val); # Returns string
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ gets a client aggro count.
|
|||||||
my $val = $client->GetAggroCount();
|
my $val = $client->GetAggroCount();
|
||||||
quest::say($val); # Returns int
|
quest::say($val); # Returns int
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ gets a client all money.
|
|||||||
my $val = $client->GetAllMoney();
|
my $val = $client->GetAllMoney();
|
||||||
quest::say($val); # Returns int
|
quest::say($val); # Returns int
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ gets a client anon.
|
|||||||
my $val = $client->GetAnon();
|
my $val = $client->GetAnon();
|
||||||
quest::say($val); # Returns uint
|
quest::say($val); # Returns uint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -13,3 +13,6 @@ my $aug_slot = 1;
|
|||||||
|
|
||||||
$client->GetAugmentAt($slot, $aug_slot); # Returns void
|
$client->GetAugmentAt($slot, $aug_slot); # Returns void
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -13,3 +13,6 @@ my $augslot = 1;
|
|||||||
my $val = $client->GetAugmentIDAt($slot_id, $augslot);
|
my $val = $client->GetAugmentIDAt($slot_id, $augslot);
|
||||||
quest::say($val); # Returns int
|
quest::say($val); # Returns int
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ gets a client base a g i.
|
|||||||
my $val = $client->GetBaseAGI();
|
my $val = $client->GetBaseAGI();
|
||||||
quest::say($val); # Returns uint
|
quest::say($val); # Returns uint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ gets a client base c h a.
|
|||||||
my $val = $client->GetBaseCHA();
|
my $val = $client->GetBaseCHA();
|
||||||
quest::say($val); # Returns uint
|
quest::say($val); # Returns uint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ gets a client base d e x.
|
|||||||
my $val = $client->GetBaseDEX();
|
my $val = $client->GetBaseDEX();
|
||||||
quest::say($val); # Returns uint
|
quest::say($val); # Returns uint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ gets a client base face.
|
|||||||
my $val = $client->GetBaseFace();
|
my $val = $client->GetBaseFace();
|
||||||
quest::say($val); # Returns uint
|
quest::say($val); # Returns uint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ gets a client base i n t.
|
|||||||
my $val = $client->GetBaseINT();
|
my $val = $client->GetBaseINT();
|
||||||
quest::say($val); # Returns uint
|
quest::say($val); # Returns uint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ gets a client base s t a.
|
|||||||
my $val = $client->GetBaseSTA();
|
my $val = $client->GetBaseSTA();
|
||||||
quest::say($val); # Returns uint
|
quest::say($val); # Returns uint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ gets a client base s t r.
|
|||||||
my $val = $client->GetBaseSTR();
|
my $val = $client->GetBaseSTR();
|
||||||
quest::say($val); # Returns uint
|
quest::say($val); # Returns uint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ gets a client base w i s.
|
|||||||
my $val = $client->GetBaseWIS();
|
my $val = $client->GetBaseWIS();
|
||||||
quest::say($val); # Returns uint
|
quest::say($val); # Returns uint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ gets a client become npcl evel.
|
|||||||
my $val = $client->GetBecomeNPCLevel();
|
my $val = $client->GetBecomeNPCLevel();
|
||||||
quest::say($val); # Returns uint
|
quest::say($val); # Returns uint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -11,3 +11,6 @@ my $index = 1;
|
|||||||
my $val = $client->GetBindHeading($index);
|
my $val = $client->GetBindHeading($index);
|
||||||
quest::say($val); # Returns double
|
quest::say($val); # Returns double
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -11,3 +11,6 @@ my $index = 1;
|
|||||||
my $val = $client->GetBindX($index);
|
my $val = $client->GetBindX($index);
|
||||||
quest::say($val); # Returns double
|
quest::say($val); # Returns double
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -11,3 +11,6 @@ my $index = 1;
|
|||||||
my $val = $client->GetBindY($index);
|
my $val = $client->GetBindY($index);
|
||||||
quest::say($val); # Returns double
|
quest::say($val); # Returns double
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -11,3 +11,6 @@ my $index = 1;
|
|||||||
my $val = $client->GetBindZ($index);
|
my $val = $client->GetBindZ($index);
|
||||||
quest::say($val); # Returns double
|
quest::say($val); # Returns double
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -11,3 +11,6 @@ my $index = 1;
|
|||||||
my $val = $client->GetBindZoneID($index);
|
my $val = $client->GetBindZoneID($index);
|
||||||
quest::say($val); # Returns uint
|
quest::say($val); # Returns uint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ gets a client carried money.
|
|||||||
my $val = $client->GetCarriedMoney();
|
my $val = $client->GetCarriedMoney();
|
||||||
quest::say($val); # Returns int
|
quest::say($val); # Returns int
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -11,3 +11,6 @@ my $faction_id = 1;
|
|||||||
my $val = $client->GetCharacterFactionLevel($faction_id);
|
my $val = $client->GetCharacterFactionLevel($faction_id);
|
||||||
quest::say($val); # Returns int
|
quest::say($val); # Returns int
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ gets a client client version.
|
|||||||
my $val = $client->GetClientVersion();
|
my $val = $client->GetClientVersion();
|
||||||
quest::say($val); # Returns uint
|
quest::say($val); # Returns uint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ gets a client client version bit.
|
|||||||
my $val = $client->GetClientVersionBit();
|
my $val = $client->GetClientVersionBit();
|
||||||
quest::say($val); # Returns uint
|
quest::say($val); # Returns uint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ gets a client corpse count.
|
|||||||
my $val = $client->GetCorpseCount();
|
my $val = $client->GetCorpseCount();
|
||||||
quest::say($val); # Returns int
|
quest::say($val); # Returns int
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -11,3 +11,6 @@ my $corpse = 1;
|
|||||||
my $val = $client->GetCorpseID($corpse);
|
my $val = $client->GetCorpseID($corpse);
|
||||||
quest::say($val); # Returns int
|
quest::say($val); # Returns int
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -13,3 +13,6 @@ my $slotid = 1;
|
|||||||
my $val = $client->GetCorpseItemAt($corpse_id, $slotid);
|
my $val = $client->GetCorpseItemAt($corpse_id, $slotid);
|
||||||
quest::say($val); # Returns int
|
quest::say($val); # Returns int
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -13,3 +13,6 @@ my $identifier = 1;
|
|||||||
my $val = $client->GetCustomItemData($slot_id, $identifier);
|
my $val = $client->GetCustomItemData($slot_id, $identifier);
|
||||||
quest::say($val); # Returns string
|
quest::say($val); # Returns string
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -11,3 +11,6 @@ my $spell_id = 1;
|
|||||||
my $val = $client->GetDiscSlotBySpellID($spell_id);
|
my $val = $client->GetDiscSlotBySpellID($spell_id);
|
||||||
quest::say($val); # Returns int
|
quest::say($val); # Returns int
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ gets a client duel target.
|
|||||||
my $val = $client->GetDuelTarget();
|
my $val = $client->GetDuelTarget();
|
||||||
quest::say($val); # Returns uint
|
quest::say($val); # Returns uint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ gets a client e x p.
|
|||||||
my $val = $client->GetEXP();
|
my $val = $client->GetEXP();
|
||||||
quest::say($val); # Returns uint
|
quest::say($val); # Returns uint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ gets a client ebon crystals.
|
|||||||
my $val = $client->GetEbonCrystals();
|
my $val = $client->GetEbonCrystals();
|
||||||
quest::say($val); # Returns uint
|
quest::say($val); # Returns uint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ gets a client endurance.
|
|||||||
my $val = $client->GetEndurance();
|
my $val = $client->GetEndurance();
|
||||||
quest::say($val); # Returns uint
|
quest::say($val); # Returns uint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ gets a client endurance ratio.
|
|||||||
my $val = $client->GetEnduranceRatio();
|
my $val = $client->GetEnduranceRatio();
|
||||||
quest::say($val); # Returns uint
|
quest::say($val); # Returns uint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ gets a client face.
|
|||||||
my $val = $client->GetFace();
|
my $val = $client->GetFace();
|
||||||
quest::say($val); # Returns uint
|
quest::say($val); # Returns uint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -23,3 +23,6 @@ my $tnpc = 1;
|
|||||||
my $val = $client->GetFactionLevel($char_id, $npc_id, $p_race, $p_class, $p_deity, $pFaction, $tnpc);
|
my $val = $client->GetFactionLevel($char_id, $npc_id, $p_race, $p_class, $p_deity, $pFaction, $tnpc);
|
||||||
quest::say($val); # Returns int
|
quest::say($val); # Returns int
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ gets a client feigned.
|
|||||||
my $val = $client->GetFeigned();
|
my $val = $client->GetFeigned();
|
||||||
quest::say($val); # Returns bool
|
quest::say($val); # Returns bool
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -11,3 +11,6 @@ my $start_slot = 1;
|
|||||||
my $val = $client->GetFreeSpellBookSlot($start_slot);
|
my $val = $client->GetFreeSpellBookSlot($start_slot);
|
||||||
quest::say($val); # Returns int
|
quest::say($val); # Returns int
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ gets a client g m.
|
|||||||
my $val = $client->GetGM();
|
my $val = $client->GetGM();
|
||||||
quest::say($val); # Returns bool
|
quest::say($val); # Returns bool
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ gets a client group.
|
|||||||
|
|
||||||
$client->GetGroup(); # Returns void
|
$client->GetGroup(); # Returns void
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ gets a client group points.
|
|||||||
my $val = $client->GetGroupPoints();
|
my $val = $client->GetGroupPoints();
|
||||||
quest::say($val); # Returns uint
|
quest::say($val); # Returns uint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ gets a client horse id.
|
|||||||
my $val = $client->GetHorseId();
|
my $val = $client->GetHorseId();
|
||||||
quest::say($val); # Returns uint
|
quest::say($val); # Returns uint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ gets a client hunger.
|
|||||||
my $val = $client->GetHunger();
|
my $val = $client->GetHunger();
|
||||||
quest::say($val); # Returns int
|
quest::say($val); # Returns int
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ gets a client i p.
|
|||||||
my $val = $client->GetIP();
|
my $val = $client->GetIP();
|
||||||
quest::say($val); # Returns uint
|
quest::say($val); # Returns uint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ gets a client instance i d.
|
|||||||
my $val = $client->GetInstanceID();
|
my $val = $client->GetInstanceID();
|
||||||
quest::say($val); # Returns uint
|
quest::say($val); # Returns uint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -11,3 +11,6 @@ my $spell_id = 1;
|
|||||||
my $val = $client->GetInstrumentMod($spell_id);
|
my $val = $client->GetInstrumentMod($spell_id);
|
||||||
quest::say($val); # Returns uint
|
quest::say($val); # Returns uint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -11,3 +11,6 @@ my $slot = 1;
|
|||||||
|
|
||||||
$client->GetItemAt($slot); # Returns void
|
$client->GetItemAt($slot); # Returns void
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -11,3 +11,6 @@ my $slot_id = 1;
|
|||||||
my $val = $client->GetItemIDAt($slot_id);
|
my $val = $client->GetItemIDAt($slot_id);
|
||||||
quest::say($val); # Returns int
|
quest::say($val); # Returns int
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -11,3 +11,6 @@ my $slot_id = 1;
|
|||||||
|
|
||||||
$client->GetItemInInventory($slot_id); # Returns void
|
$client->GetItemInInventory($slot_id); # Returns void
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ gets a client l do n losses.
|
|||||||
my $val = $client->GetLDoNLosses();
|
my $val = $client->GetLDoNLosses();
|
||||||
quest::say($val); # Returns uint
|
quest::say($val); # Returns uint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -11,3 +11,6 @@ my $theme = 1;
|
|||||||
my $val = $client->GetLDoNLossesTheme($theme);
|
my $val = $client->GetLDoNLossesTheme($theme);
|
||||||
quest::say($val); # Returns uint
|
quest::say($val); # Returns uint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -11,3 +11,6 @@ my $theme = 1;
|
|||||||
my $val = $client->GetLDoNPointsTheme($theme);
|
my $val = $client->GetLDoNPointsTheme($theme);
|
||||||
quest::say($val); # Returns uint
|
quest::say($val); # Returns uint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ gets a client l do n wins.
|
|||||||
my $val = $client->GetLDoNWins();
|
my $val = $client->GetLDoNWins();
|
||||||
quest::say($val); # Returns uint
|
quest::say($val); # Returns uint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -11,3 +11,6 @@ my $theme = 1;
|
|||||||
my $val = $client->GetLDoNWinsTheme($theme);
|
my $val = $client->GetLDoNWinsTheme($theme);
|
||||||
quest::say($val); # Returns uint
|
quest::say($val); # Returns uint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -11,3 +11,6 @@ my $n = 1;
|
|||||||
my $val = $client->GetLanguageSkill($n);
|
my $val = $client->GetLanguageSkill($n);
|
||||||
quest::say($val); # Returns uint
|
quest::say($val); # Returns uint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ gets a client last name.
|
|||||||
my $val = $client->GetLastName();
|
my $val = $client->GetLastName();
|
||||||
quest::say($val); # Returns string
|
quest::say($val); # Returns string
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -5,3 +5,6 @@ gets a client max endurance.
|
|||||||
my $val = $client->GetMaxEndurance();
|
my $val = $client->GetMaxEndurance();
|
||||||
quest::say($val); # Returns uint
|
quest::say($val); # Returns uint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
@@ -11,3 +11,6 @@ my $faction_id = 1;
|
|||||||
my $val = $client->GetModCharacterFactionLevel($faction_id);
|
my $val = $client->GetModCharacterFactionLevel($faction_id);
|
||||||
quest::say($val); # Returns int
|
quest::say($val); # Returns int
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Generated On 2018-01-15T13:04:48-08:00
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user