C# Class SimShift.MapTool.Ets2Sector

Mostrar archivo Open project: nlhans/SimShift Class Usage Examples

Private Properties

Property Type Description
SearchUID IEnumerable

Public Methods

Method 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

Method Description
SearchUID ( byte uid ) : IEnumerable

Method Details

Ets2Sector() public method

public Ets2Sector ( Ets2Mapper mapper, string file ) : System
mapper Ets2Mapper
file string
return System

FindItem() public method

public FindItem ( ulong uid ) : Ets2Item
uid ulong
return Ets2Item

FindItems() public method

public FindItems ( Ets2Node node, bool postpone ) : void
node Ets2Node
postpone bool
return void

ParseItems() public method

public ParseItems ( ) : void
return void

ParseNodes() public method

public ParseNodes ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string