C# 클래스 Mapper.Utilities.Tagger

파일 보기 프로젝트 열기: PropaneDragon/Cimtographer

공개 메소드들

메소드 설명
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