By using the bracket operator on this class,
the program can get the InventoryObject designated by the specified
uuid. If the value for the corresponding UUID is null, the call is
equivelant to a call to
|
Copy
|
RemoveNodeFor(
this[uuid])
|
. If the value is non-null, it is equivelant to a call to
|
Copy
|
UpdateNodeFor(
value)
|
, the uuid parameter is ignored.
Declaration Syntax
Parameters
-
uuid (
UUID)
- The UUID of the InventoryObject to get or set, ignored if set
to non-null value.
Return Value
The InventoryObject corresponding to
|
Copy
|
uuid
|
.
Assembly:
OpenMetaverse(Module:
OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)