C# Класс Mapper.Utilities.Tagger

Показать файл Открыть проект

Открытые методы

Метод Описание
AddExtendedWayTags ( NetSegment segment ) : List

Adds tags that can't be evaluated through a normal search

CleanUpName ( string name ) : string

Removes any crap data around the name of workshop items

CreateBuildingTags ( Building building, List &buildingTags ) : bool

Returns a list of tags associated with the Building passed in

CreateWayTags ( NetSegment segment, List &wayTags ) : bool

Returns a list of tags associated with the NetSegment passed in

Описание методов

AddExtendedWayTags() публичный статический Метод

Adds tags that can't be evaluated through a normal search
public static AddExtendedWayTags ( NetSegment segment ) : List
segment NetSegment The segment to generate extended tags for
Результат List

CleanUpName() публичный статический Метод

Removes any crap data around the name of workshop items
public static CleanUpName ( string name ) : string
name string The object name to be printed
Результат string

CreateBuildingTags() публичный статический Метод

Returns a list of tags associated with the Building passed in
public static CreateBuildingTags ( Building building, List &buildingTags ) : bool
building Building The building to generate tags for
buildingTags List The tags generated by this building
Результат bool

CreateWayTags() публичный статический Метод

Returns a list of tags associated with the NetSegment passed in
public static CreateWayTags ( NetSegment segment, List &wayTags ) : bool
segment NetSegment The segment to generate tags for
wayTags List The tags associated with the segment
Результат bool