C# Class MapServer.MapPath

Afficher le fichier Open project: dream-young-soul/soul Class Usage Examples

Méthodes publiques

Свойство Type Description
Height uint

Méthodes publiques

Méthode Description
FindPath ( short scr_x, short scr_y, short dest_x, short dest_y ) : List
MapPath ( uint nWidth, uint nHeight ) : System
SetPointMask ( short x, short y, byte tag ) : void

Private Methods

Méthode Description
Enter_Queue ( TTree node, int f ) : void
Get_From_Queue ( ) : TTree
Init_Queue ( ) : void
Trytile ( short x, short y, short end_x, short end_y, TTree father, byte dir ) : bool
judge ( int x, int y, int end_x, int end_y ) : int

Method Details

FindPath() public méthode

public FindPath ( short scr_x, short scr_y, short dest_x, short dest_y ) : List
scr_x short
scr_y short
dest_x short
dest_y short
Résultat List

MapPath() public méthode

public MapPath ( uint nWidth, uint nHeight ) : System
nWidth uint
nHeight uint
Résultat System

SetPointMask() public méthode

public SetPointMask ( short x, short y, byte tag ) : void
x short
y short
tag byte
Résultat void

Property Details

Height public_oe property

public uint Height
Résultat uint