Table of Contents

Class BuildingNameAttribute

Namespace
S1API.Map.Buildings
Assembly
S1API.dll

Annotate building identifier types with the display name of the building. Usage: [BuildingName("North apartments")]

[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public sealed class BuildingNameAttribute : Attribute
Inheritance
BuildingNameAttribute
Inherited Members
Extension Methods

Constructors

BuildingNameAttribute(string)

public BuildingNameAttribute(string name)

Parameters

name string

Properties

Name

public string Name { get; }

Property Value

string