OpenMetaverse Protocol Library Developers API Documentation
GetWearableAsset Method (type)
NamespacesOpenMetaverse AppearanceManagerGetWearableAsset(WearableType)
Returns the AssetID of the asset that is currently being worn in a given WearableType slot
Declaration Syntax
C#
public 
UUID 
GetWearableAsset(
        
WearableType 
type
)
Parameters
type ( WearableType)
WearableType slot to get the AssetID for
Return Value
The UUID of the asset being worn in the given slot, or UUID.Zero if no wearable is attached to the given slot or wearables have not been downloaded yet

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)