C# Class Ultima.MTile

Mostrar archivo Open project: polserver/poltools Class Usage Examples

Public Methods

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

Method Details

CompareTo() public method

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

MTile() public method

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

MTile() public method

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

MTile() public method

public MTile ( ushort id, sbyte z, sbyte flag, int unk1 ) : System
id ushort
z sbyte
flag sbyte
unk1 int
return System

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

Set() public method

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