C# Class Ultima.Tile

Mostrar archivo Open project: polserver/poltools Class Usage Examples

Public Methods

Method Description
CompareTo ( object x ) : int
Set ( ushort id, sbyte z ) : void
Set ( ushort id, sbyte z, sbyte flag ) : void
Tile ( ushort id, sbyte z ) : System
Tile ( ushort id, sbyte z, sbyte flag ) : System

Method Details

CompareTo() public method

public CompareTo ( object x ) : int
x object
return int

Set() public method

public Set ( ushort id, sbyte z ) : void
id ushort
z sbyte
return void

Set() public method

public Set ( ushort id, sbyte z, sbyte flag ) : void
id ushort
z sbyte
flag sbyte
return void

Tile() public method

public Tile ( ushort id, sbyte z ) : System
id ushort
z sbyte
return System

Tile() public method

public Tile ( ushort id, sbyte z, sbyte flag ) : System
id ushort
z sbyte
flag sbyte
return System