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