|
Atrinik Server 2.5
|
Defines | |
| #define | INVENTORY_ONLY 0 |
| #define | INVENTORY_CONTAINERS 1 |
| #define | INVENTORY_ALL 2 |
Different modes for object.FindObject().
| #define INVENTORY_ALL 2 |
Search inside the inventory of the object, inventories of containers and inventories of other objects.
Definition at line 99 of file plugin_python.h.
| #define INVENTORY_CONTAINERS 1 |
Search inside the inventory of the object and inventories of containers.
Definition at line 95 of file plugin_python.h.
| #define INVENTORY_ONLY 0 |
Search only inside the inventory of the object.
Definition at line 91 of file plugin_python.h.
1.7.4