Struct WfTreeEntityData
Public Attributes
| Type | Name |
|---|---|
| struct WfTreeDef | def |
| vec2 | groundContactPoint |
| float | health |
| enum WfTreeState | state |
| float | treeFallDirection |
| float | treeFallRate |
Public Attributes Documentation
variable def
struct WfTreeDef WfTreeEntityData::def;
variable groundContactPoint
vec2 WfTreeEntityData::groundContactPoint;
variable health
float WfTreeEntityData::health;
variable state
enum WfTreeState WfTreeEntityData::state;
variable treeFallDirection
float WfTreeEntityData::treeFallDirection;
variable treeFallRate
float WfTreeEntityData::treeFallRate;
The documentation for this class was generated from the following file /home/runner/work/2DFarmingRPG/2DFarmingRPG/Stardew/game/src/entities/WfTree.c