OpenMetaverse Protocol Library Developers API Documentation
ParcelDwellReplyEventArgs Constructor (parcelID, localID, dwell)
NamespacesOpenMetaverse ParcelDwellReplyEventArgsParcelDwellReplyEventArgs(UUID, Int32, Single)
Construct a new instance of the ParcelDwellReplyEventArgs class
Declaration Syntax
C#
public 
ParcelDwellReplyEventArgs(
        
UUID 
parcelID,
        
int 
localID,
        
float 
dwell
)
Parameters
parcelID ( UUID)
The global ID of the parcel
localID ( Int32)
The simulator specific ID of the parcel
dwell ( Single)
The calculated dwell for the parcel

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