Свойство | Тип | Описание | |
---|---|---|---|
RegionId | int | ||
X | int |
Метод | Описание | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
Location ( int regionId, |
Creates new Location based on region id and position.
|
|
Location ( int regionId, int x, int y ) : Aura.Data |
Creates new Location based on region id and coordinates.
|
|
Location ( long locationId ) : Aura.Data |
New Location based on location id (i.e. 0x3000RRRRXXXXYYYY).
|
|
Location ( string location ) : Aura.Data |
Creates new location based on "client path". E.g. "Ula_DgnHall_Runda_after/_Ula_DgnHall_Runda_after" Officials use "paths" to describe locations in some cases, based on the world files. "MapName/Area/Event", etc. The coordinates are the center of the element for regions and areas and the actual coordinates of the event for events. |
|
ToLocationId ( ) : long |
Returns location id (i.e. 0x3000RRRRXXXXYYYY).
|
|
ToString ( ) : string |
Returns a string representing this Location.
|
|
operator ( ) : bool |
public Location ( int regionId, |
||
regionId | int | |
pos | ||
Результат | Aura.Data |
public Location ( int regionId, int x, int y ) : Aura.Data | ||
regionId | int | |
x | int | |
y | int | |
Результат | Aura.Data |
public Location ( long locationId ) : Aura.Data | ||
locationId | long | |
Результат | Aura.Data |
public Location ( string location ) : Aura.Data | ||
location | string | |
Результат | Aura.Data |