[This is preliminary documentation and is subject to change.]

Request object information for multiple objects all contained in the same sim, primarily used for stale or missing cache entries

Namespace:  OpenMetaverse
Assembly:  OpenMetaverse (in OpenMetaverse.dll) Version: 1.0.0.20057

Syntax

         
 C#  Visual Basic  Visual C++ 
public void RequestObjects(
	Simulator simulator,
	List<uint> localIDs
)
Public Sub RequestObjects ( _
	simulator As Simulator, _
	localIDs As List(Of UInteger) _
)
public:
void RequestObjects(
	Simulator^ simulator, 
	List<unsigned int>^ localIDs
)

Parameters

simulator
Simulator
A reference to the object where the objects reside
localIDs
List<(Of <(UInt32>)>)
An array which contains the IDs of the objects to request

See Also