C# Class SimShift.MapTool.Ets2Sector

Afficher le fichier Open project: nlhans/SimShift Class Usage Examples

Private Properties

Свойство Type Description
SearchUID IEnumerable

Méthodes publiques

Méthode Description
Ets2Sector ( Ets2Mapper mapper, string file ) : System
FindItem ( ulong uid ) : Ets2Item
FindItems ( Ets2Node node, bool postpone ) : void
ParseItems ( ) : void
ParseNodes ( ) : void
ToString ( ) : string

Private Methods

Méthode Description
SearchUID ( byte uid ) : IEnumerable

Method Details

Ets2Sector() public méthode

public Ets2Sector ( Ets2Mapper mapper, string file ) : System
mapper Ets2Mapper
file string
Résultat System

FindItem() public méthode

public FindItem ( ulong uid ) : Ets2Item
uid ulong
Résultat Ets2Item

FindItems() public méthode

public FindItems ( Ets2Node node, bool postpone ) : void
node Ets2Node
postpone bool
Résultat void

ParseItems() public méthode

public ParseItems ( ) : void
Résultat void

ParseNodes() public méthode

public ParseNodes ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string