GetLocaLItems | Vector3 fromSection, float size, bool careReserved, ITEMS_TYPE itemTypeNeeded = ITEMS_TYPE.NULL, ITEMS itemNeeded = ITEMS.NULL | List<Item> | Finds items which meet the criteria within the local area. |
GetItems | IAgentService agent, bool careReserved, OWNERSHIP ownership, ITEMS_TYPE itemTypeNeeded = ITEMS_TYPE.NULL, ITEMS itemNeeded = ITEMS.NULL | List<Item> | Finds items based on ownership which meet the criteria (includes local only when local is selected). |
FindWithinDistance | Vector3 fromSection, float size | List<Item> | Used to find all items within a specific area of the scene. |