Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
Algorithms.WeightCell Class Reference
Inheritance diagram for Algorithms.WeightCell:
Cell

Public Member Functions

virtual bool IsPathBlocked (PathManager.MoveType moveType)
 

Public Attributes

bool blocked
 
byte[] weights = new byte[4]
 
byte baseWeight
 

Detailed Description

Definition at line 3 of file WeightCell.cs.

Member Function Documentation

◆ IsPathBlocked()

virtual bool Algorithms.WeightCell.IsPathBlocked ( PathManager::MoveType  moveType)
inlinevirtual

Reimplemented in Cell.

Definition at line 11 of file WeightCell.cs.

12 {
13 return blocked;
14 }

References Algorithms.WeightCell.blocked.

Member Data Documentation

◆ baseWeight

byte Algorithms.WeightCell.baseWeight

Definition at line 9 of file WeightCell.cs.

Referenced by Algorithms.PathFinder._FindPath(), and Cell.Refresh().

◆ blocked

◆ weights

byte [] Algorithms.WeightCell.weights = new byte[4]

The documentation for this class was generated from the following file: