Atrinik Server 2.5
Defines
Modes for object.FindObject()

Defines

#define INVENTORY_ONLY   0
#define INVENTORY_CONTAINERS   1
#define INVENTORY_ALL   2

Detailed Description

Different modes for object.FindObject().


Define Documentation

#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.