Name | Результат | Описание | Code | Arguments | Examples |
---|---|---|---|---|---|
Items | TGameObject | Get object from the list by ordinal number (starting from 0) |
|
Index - object's ordinal number |
Примеров не найдено |
Count | Integer | Objects amount in the list |
|
Аргументы отсутствуют | Примеров не найдено |
Add | - | Add an object to the list |
|
Obj - game object |
Примеров не найдено |
Delete | - | Delete an object from the list by ordinal number |
|
Index - object's ordinal number in the list |
Примеров не найдено |
DeleteOID | Boolean | Delete object from the list by unique identificator |
|
OID - object's unique identificator |
Примеров не найдено |
Clear | - | Delete all objects from the list |
|
Аргументы отсутствуют | Примеров не найдено |
ByIndex | Boolean | Find object in the list by ordinal number (from 0) and write it to the variable |
|
Index - object's ordinal number (starting from 0) Obj - variable in which the found object will be written |
Примеров не найдено |
ByID | Boolean | Find object in the list by identificator and write it to the variable |
|
ID - object's identificator Obj - variable in which the found object will be written |
Примеров не найдено |
ByOID | Boolean | Find object in the list by unique identificator and write it to the variable |
|
OID - object's unique identificator Obj - variable in which the found object will be written |
Примеров не найдено |
ByName | Boolean | Find object in the list by name and write it to the variable |
|
Name - object's name Obj - variable in which the found object will be written |
Примеров не найдено |
BySlot | Boolean | Find object in the list by slot number and write it to the variable |
|
Slot - number of the slot where the object is located Obj - variable in which the found object will be written |
Примеров не найдено |
CastByOID | Boolean | ? |
|
OID - unique identificator Obj - variable in which the found object will be written |
Примеров не найдено |
Имя | Класс | Описание |
---|---|---|
Inv
|
TInventory | None |
Equips
|
TInventory | None |
Warehouse
|
TInventory | None |
Coffer
|
TInventory | None |
Npcs
|
TNpcs | None |
Players
|
TPlayers | None |
Mobs
|
TMobs | None |
Doodads
|
TDoodads | None |
Mounts
|
TMounts | None |
Skills
|
TSkills | None |
Mail
|
TMail | None |
Auction
|
TAuction | None |
ZoneList
|
TZoneList | None |
Имя | Результат | Описание |
---|---|---|
TLive.Equips
|
TInventory | Object's eqiupment |
TLive.Buffs
|
TBuffs | Object's buffs / debuffs |
TMailItem.Items
|
TGameList | Items attached to the mail |
TGameControl.Npcs
|
TNpcs | None |
TGameControl.Mobs
|
TMobs | None |
TGameControl.Doodads
|
TDoodads | None |
TGameControl.Mounts
|
TMounts | None |
TGameControl.Skills
|
TSkills | None |
TGameControl.Inv
|
TInventory | None |
TGameControl.Equips
|
TInventory | None |
TGameControl.WareHous
|
TInventory | None |
TGameControl.Coffer
|
TInventory | None |
TGameControl.Mail
|
TMail | None |
TGameControl.Auction
|
TAuction | None |
TGameControl.Players
|
TPlayers | List of players around a character for a specific controller |