|
Stardew Engine
|


Go to the source code of this file.
Data Structures | |
| struct | WfTreeDef |
Enumerations | |
| enum | WfTreeType { Coniferous , Deciduous } |
Functions | |
| void | WfDeSerializeTreeEntity (struct BinarySerializer *bs, struct Entity2D *pOutEnt, struct GameLayer2DData *pData) |
| void | WfSerializeTreeEntity (struct BinarySerializer *bs, struct Entity2D *pInEnt, struct GameLayer2DData *pData) |
| HEntity2D | WfAddTreeBasedAt (float x, float y, struct WfTreeDef *def, struct GameLayer2DData *pGameLayerData) |
| void | WfTreeInit () |
| enum WfTreeType |
| HEntity2D WfAddTreeBasedAt | ( | float | x, |
| float | y, | ||
| struct WfTreeDef * | def, | ||
| struct GameLayer2DData * | pGameLayerData | ||
| ) |
| void WfDeSerializeTreeEntity | ( | struct BinarySerializer * | bs, |
| struct Entity2D * | pOutEnt, | ||
| struct GameLayer2DData * | pData | ||
| ) |
| void WfSerializeTreeEntity | ( | struct BinarySerializer * | bs, |
| struct Entity2D * | pInEnt, | ||
| struct GameLayer2DData * | pData | ||
| ) |
| void WfTreeInit | ( | ) |