Elin Modding Docs Doc
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 6 of file WeightCell.cs.

Member Function Documentation

◆ IsPathBlocked()

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

Definition at line 9 of file WeightCell.cs.

Member Data Documentation

◆ baseWeight

byte Algorithms.WeightCell.baseWeight

Definition at line 21 of file WeightCell.cs.

◆ blocked

bool Algorithms.WeightCell.blocked

Definition at line 15 of file WeightCell.cs.

◆ weights

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

Definition at line 18 of file WeightCell.cs.


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