C# Class OpenSim.Framework.DirPlacesReplyData

Show file Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
Status uint
auction bool
dwell float
forSale bool
name string
parcelID UUID

Property Details

Status public property

public uint Status
return uint

auction public property

public bool auction
return bool

dwell public property

public float dwell
return float

forSale public property

public bool forSale
return bool

name public property

public string name
return string

parcelID public property

public UUID parcelID
return UUID