Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Dandy
Arrow
C# Class Dandy.Arrow
Mostra file
Open project: jackpal/Dandy-Dungeon
Class Usage Examples
Public Properties
Property
Type
Description
alive
bool
dir
Direction
x
byte
y
byte
Public Methods
Method
Description
Arrow
( ) :
System
CanGo
(
MapData
d
) :
bool
CanHit
(
MapData
d
) :
bool
Method Details
Arrow()
public
method
public
Arrow
( ) :
System
return
System
CanGo()
public
static
method
public
static
CanGo
(
MapData
d
) :
bool
d
MapData
return
bool
CanHit()
public
static
method
public
static
CanHit
(
MapData
d
) :
bool
d
MapData
return
bool
Property Details
alive
public_oe property
public
bool
alive
return
bool
dir
public_oe property
public
Direction
dir
return
Direction
x
public_oe property
public
byte
x
return
byte
y
public_oe property
public
byte
y
return
byte