Метод | Описание | |
---|---|---|
AddMonster ( |
||
Dispose ( ) : void | ||
DropItemByMonster ( long Owner, |
||
GenerateUserShops ( ) : IEnumerable |
||
GetDistance ( |
||
GetDistance ( |
||
GetListMonsterInRange ( short mapX, short mapY, byte distance ) : List |
||
GetMonster ( long mapMonsterId ) : |
||
GetNextMonsterId ( ) : int | ||
IsBlockedZone ( int x, int y ) : bool | ||
IsBlockedZone ( int firstX, int firstY, int mapX, int mapY ) : bool | ||
JPSPlus ( JumpPointParam JumpPointParameters, GridPos cell1, GridPos cell2 ) : List |
||
LoadMonsters ( ) : void | ||
LoadZone ( ) : void | ||
Map ( short mapId, System.Guid uniqueIdentifier, byte data ) : System | ||
PutItem ( InventoryType type, short slot, byte amount, |
||
RemoveMapItem ( ) : void | ||
RemoveMonster ( |
||
SetMapMapMonsterReference ( ) : void | ||
SetMapMapNpcReference ( ) : void |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Метод | Описание | |
---|---|---|
GetCharactersInRange ( short mapX, short mapY, byte distance ) : IEnumerable |
||
GetFreePosition ( short &firstX, short &firstY, byte xpoint, byte ypoint ) : bool | ||
RemoveMonstersTarget ( long characterId ) : void | ||
StraightPath ( GridPos mapCell1, GridPos mapCell2 ) : List |
public AddMonster ( |
||
monster | ||
Результат | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public DropItemByMonster ( long Owner, |
||
Owner | long | |
drop | ||
mapX | short | |
mapY | short | |
gold | int | |
Результат | void |
public GenerateUserShops ( ) : IEnumerable |
||
Результат | IEnumerable |
public static GetDistance ( |
||
character1 | ||
character2 | ||
Результат | int |
public static GetDistance ( |
||
p | ||
q | ||
Результат | int |
public GetListMonsterInRange ( short mapX, short mapY, byte distance ) : List |
||
mapX | short | |
mapY | short | |
distance | byte | |
Результат | List |
public GetMonster ( long mapMonsterId ) : |
||
mapMonsterId | long | |
Результат |
public IsBlockedZone ( int x, int y ) : bool | ||
x | int | |
y | int | |
Результат | bool |
public IsBlockedZone ( int firstX, int firstY, int mapX, int mapY ) : bool | ||
firstX | int | |
firstY | int | |
mapX | int | |
mapY | int | |
Результат | bool |
public JPSPlus ( JumpPointParam JumpPointParameters, GridPos cell1, GridPos cell2 ) : List |
||
JumpPointParameters | JumpPointParam | |
cell1 | GridPos | |
cell2 | GridPos | |
Результат | List |
public Map ( short mapId, System.Guid uniqueIdentifier, byte data ) : System | ||
mapId | short | |
uniqueIdentifier | System.Guid | |
data | byte | |
Результат | System |
public PutItem ( InventoryType type, short slot, byte amount, |
||
type | InventoryType | |
slot | short | |
amount | byte | |
inv | ||
session | ||
Результат |
public RemoveMonster ( |
||
monsterToRemove | ||
Результат | void |
public SetMapMapMonsterReference ( ) : void | ||
Результат | void |