Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
WeightCell.cs
Go to the documentation of this file.
1
namespace
Algorithms
;
2
3
public
class
WeightCell
4
{
5
public
bool
blocked
;
6
7
public
byte
[]
weights
=
new
byte
[4];
8
9
public
byte
baseWeight
;
10
11
public
virtual
bool
IsPathBlocked
(
PathManager
.
MoveType
moveType)
12
{
13
return
blocked
;
14
}
15
}
Algorithms.WeightCell
Definition:
WeightCell.cs:4
Algorithms.WeightCell.blocked
bool blocked
Definition:
WeightCell.cs:5
Algorithms.WeightCell.IsPathBlocked
virtual bool IsPathBlocked(PathManager.MoveType moveType)
Definition:
WeightCell.cs:11
Algorithms.WeightCell.baseWeight
byte baseWeight
Definition:
WeightCell.cs:9
Algorithms.WeightCell.weights
byte[] weights
Definition:
WeightCell.cs:7
PathManager
Definition:
PathManager.cs:7
PathManager.MoveType
MoveType
Definition:
PathManager.cs:9
Algorithms
Definition:
AuthorAttribute.cs:3
Elin
Algorithms
WeightCell.cs
Generated by
1.9.6