Метод | Описание | |
---|---|---|
ParcelDwellReplyEventArgs ( UUID parcelID, int localID, float dwell ) : System |
Construct a new instance of the ParcelDwellReplyEventArgs class
|
public ParcelDwellReplyEventArgs ( UUID parcelID, int localID, float dwell ) : System | ||
parcelID | UUID | The global ID of the parcel |
localID | int | The simulator specific ID of the parcel |
dwell | float | The calculated dwell for the parcel |
Результат | System |