mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-08 22:46:35 +00:00
Updated Perl Inventory Slot Identifiers (asciidoc)
@@ -1,16 +1,12 @@
|
||||
### Examples
|
||||
```
|
||||
quest::getinventoryslotid("cursor")
|
||||
`returns current slotCursor definition (33)`
|
||||
```
|
||||
```
|
||||
quest::getinventoryslotid("general.begin")
|
||||
`returns current general slot beginning definition (23)`
|
||||
```
|
||||
```
|
||||
quest::getinventoryslotid("augsocket.end")
|
||||
`returns current augment socket end definition (5)`
|
||||
```
|
||||
`quest::getinventoryslotid("cursor")`
|
||||
returns current cursor slot definition
|
||||
|
||||
`quest::getinventoryslotid("general.begin")`
|
||||
returns current general slot beginning definition
|
||||
|
||||
`quest::getinventoryslotid("augsocket.end")`
|
||||
returns current augment socket end definition
|
||||
|
||||
### Identifier tokens
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user