Skip to main content
Version: Next

Locate Service

Description

A service designed to search the item object repository service.

Interface

Type
ILocateService

Inherits

Type
N/A

Properties

NameType
moduleServiceIModuleService

Public Methods

NameParametersReturn TypeDescription
GetLocaLItemsVector3 fromSection, float size, bool careReserved, ITEMS_TYPE itemTypeNeeded = ITEMS_TYPE.NULL, ITEMS itemNeeded = ITEMS.NULLList<Item>Finds items which meet the criteria within the local area.
GetItemsIAgentService agent, bool careReserved, OWNERSHIP ownership, ITEMS_TYPE itemTypeNeeded = ITEMS_TYPE.NULL, ITEMS itemNeeded = ITEMS.NULLList<Item>Finds items based on ownership which meet the criteria (includes local only when local is selected).
FindWithinDistanceVector3 fromSection, float sizeList<Item>Used to find all items within a specific area of the scene.