C# Class winmaped2.Global.xyEventArgs

Mostra file Open project: Bananattack/verge3

Public Properties

Property Type Description
overmap bool
x int
y int

Public Methods

Method Description
xyEventArgs ( bool overmap, int x, int y ) : System

Method Details

xyEventArgs() public method

public xyEventArgs ( bool overmap, int x, int y ) : System
overmap bool
x int
y int
return System

Property Details

overmap public_oe property

public bool overmap
return bool

x public_oe property

public int x
return int

y public_oe property

public int y
return int