Updated Perl Inventory Slot Identifiers (asciidoc)

Uleat
2018-12-12 00:32:40 +00:00
parent b0e0dd0682
commit bc01c1b6d6
+8 -12
@@ -1,16 +1,12 @@
### Examples ### Examples
``` `quest::getinventoryslotid("cursor")`
quest::getinventoryslotid("cursor") returns current cursor slot definition
`returns current slotCursor definition (33)`
``` `quest::getinventoryslotid("general.begin")`
``` returns current general slot beginning definition
quest::getinventoryslotid("general.begin")
`returns current general slot beginning definition (23)` `quest::getinventoryslotid("augsocket.end")`
``` returns current augment socket end definition
```
quest::getinventoryslotid("augsocket.end")
`returns current augment socket end definition (5)`
```
### Identifier tokens ### Identifier tokens
``` ```