C# Class Mappable, MegaMinerAI-11

Mostra file Open project: siggame/MegaMinerAI-11 Class Usage Examples

Public Properties

Property Type Description
ptr IntPtr

Protected Properties

Property Type Description
ID int
iteration int

Public Methods

Method Description
Mappable ( ) : System
Mappable ( IntPtr p ) : System
validify ( ) : bool

Method Details

Mappable() public method

public Mappable ( ) : System
return System

Mappable() public method

public Mappable ( IntPtr p ) : System
p IntPtr
return System

validify() public method

public validify ( ) : bool
return bool

Property Details

ID protected_oe property

protected int ID
return int

iteration protected_oe property

protected int iteration
return int

ptr public_oe property

public IntPtr ptr
return IntPtr