C# Class Aurora.Framework.ICityBuilding

Inheritance: OpenSim.Region.Framework.Scenes.SceneObjectGroup
Datei anzeigen Open project: CobraElDiablo/CityModule

Private Properties

Property Type Description

Public Methods

Method Description
ICityBuilding ( ) : System

ICityBuilding ( BuildingType type, BuildingPlot plot, BuildingFlags flags, UUID owner, IScene scene, string name ) : System

Construct the building class instance from the given properties.

Method Details

ICityBuilding() public method

public ICityBuilding ( ) : System
return System

ICityBuilding() public method

Construct the building class instance from the given properties.
public ICityBuilding ( BuildingType type, BuildingPlot plot, BuildingFlags flags, UUID owner, IScene scene, string name ) : System
type BuildingType type
plot Aurora.Modules.CityBuilder.BuildingPlot The plot of land this building stands on, note it might be bigger than the /// actual buildings footprint, for example if it is part of a larger complex, limit the size of /// buildings to have a footprint of no more than 100 square meters.
flags BuildingFlags
owner UUID The owner of the building either a user, or company (group of companies) own buildings.
scene IScene
name string
return System