Struct ResourceStockpile

Inheritance Relationships

Base Type

  • public uitsl::PodLeafNode< float >

Struct Documentation

struct dish2::ResourceStockpile : public uitsl::PodLeafNode<float>

Amount of resource this cell has.

Note

The canonical amount of resource the cell posesses is stored here. It is assumed that this value is kept in sync across cardinals. (This isn’t a view of the amount resource posessed, it is the implementation of resource tracking.)

Public Types

using parent_t = uitsl::PodLeafNode<float>