Stardew Engine
Loading...
Searching...
No Matches
WfTree.h File Reference
#include "HandleDefs.h"
#include "WfEnums.h"
Include dependency graph for WfTree.h:
This graph shows which files directly or indirectly include this file:

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 ()
 

Enumeration Type Documentation

◆ WfTreeType

enum WfTreeType
Enumerator
Coniferous 
Deciduous 

Function Documentation

◆ WfAddTreeBasedAt()

HEntity2D WfAddTreeBasedAt ( float  x,
float  y,
struct WfTreeDef def,
struct GameLayer2DData pGameLayerData 
)

◆ WfDeSerializeTreeEntity()

void WfDeSerializeTreeEntity ( struct BinarySerializer bs,
struct Entity2D pOutEnt,
struct GameLayer2DData pData 
)

◆ WfSerializeTreeEntity()

void WfSerializeTreeEntity ( struct BinarySerializer bs,
struct Entity2D pInEnt,
struct GameLayer2DData pData 
)

◆ WfTreeInit()

void WfTreeInit ( )