Struct WidgetPropertyBinding

ClassList > WidgetPropertyBinding

Public Attributes

Type Name
bool bl
char boundPropertyName
union WidgetPropertyBinding data
float flt
int i
char name
char * str
enum WidgetPropertyBindingType type

Public Attributes Documentation

variable bl

bool WidgetPropertyBinding::bl;

variable boundPropertyName

char WidgetPropertyBinding::boundPropertyName[MAX_PROPERTY_NAME_LEN+1];

variable data

union WidgetPropertyBinding WidgetPropertyBinding::data;

variable flt

float WidgetPropertyBinding::flt;

variable i

int WidgetPropertyBinding::i;

variable name

char WidgetPropertyBinding::name[MAX_PROPERTY_NAME_LEN+1];

variable str

char* WidgetPropertyBinding::str;

variable type

enum WidgetPropertyBindingType WidgetPropertyBinding::type;


The documentation for this class was generated from the following file /home/runner/work/2DFarmingRPG/2DFarmingRPG/Stardew/engine/include/Widget.h