Свойство | Тип | Описание | |
---|---|---|---|
Cities | Ets2Item>.Dictionary | ||
Companies | Dictionary |
||
Items | Ets2Item>.ConcurrentDictionary | ||
Nodes | Ets2Node>.ConcurrentDictionary |
Свойство | Тип | Описание | |
---|---|---|---|
BuildNavigationCache | void | ||
LoadLUT | void |
Метод | Описание | |
---|---|---|
Ets2Mapper ( string sectorFolder, string prefabFolder, string lut ) : System | ||
Find ( |
||
FindClosestRoadPrefab ( |
||
LookupCityID ( ulong id ) : string | ||
LookupPrefab ( int prefabId ) : |
||
LookupRoadLookID ( uint lookId ) : |
||
NavigateTo ( |
Navigate from X/Y to X/Y coordinates
|
|
NavigateTo ( |
Navigate to city from X/Y point
|
|
NavigateTo ( |
Navigate to city company from X/Y point
|
|
Parse ( ) : void |
Метод | Описание | |
---|---|---|
BuildNavigationCache ( ) : void | ||
LoadLUT ( ) : void |
public Ets2Mapper ( string sectorFolder, string prefabFolder, string lut ) : System | ||
sectorFolder | string | |
prefabFolder | string | |
lut | string | |
Результат | System |
public Find ( |
||
node | ||
item | ulong | |
isBackward | bool | |
Результат | void |
public FindClosestRoadPrefab ( |
||
location | ||
Результат |
public LookupPrefab ( int prefabId ) : |
||
prefabId | int | |
Результат |
public LookupRoadLookID ( uint lookId ) : |
||
lookId | uint | |
Результат |
public NavigateTo ( |
||
from | ||
to | ||
Результат |
public NavigateTo ( |
||
from | ||
city | string | |
Результат |
public NavigateTo ( |
||
from | ||
city | string | |
company | string | |
Результат |