Struct WfItemConfigProperty
ClassList > WfItemConfigProperty
Public Attributes
| Type | Name |
|---|---|
| struct WfItemConfigPropertyBag | bag |
| bool | boolVal |
| float | floatVal |
| int | intVal |
| int | length |
| char * | name |
| struct WfItemConfigProperty * | pData |
| struct WfItemConfigProperty | propertyArray |
| char * | stringVal |
| enum WfItemConfigPropertyType | type |
| union WfItemConfigProperty | val |
Public Attributes Documentation
variable bag
struct WfItemConfigPropertyBag WfItemConfigProperty::bag;
variable boolVal
bool WfItemConfigProperty::boolVal;
variable floatVal
float WfItemConfigProperty::floatVal;
variable intVal
int WfItemConfigProperty::intVal;
variable length
int WfItemConfigProperty::length;
variable name
char* WfItemConfigProperty::name;
variable pData
struct WfItemConfigProperty* WfItemConfigProperty::pData;
variable propertyArray
struct WfItemConfigProperty WfItemConfigProperty::propertyArray;
variable stringVal
char* WfItemConfigProperty::stringVal;
variable type
enum WfItemConfigPropertyType WfItemConfigProperty::type;
variable val
union WfItemConfigProperty WfItemConfigProperty::val;
The documentation for this class was generated from the following file /home/runner/work/2DFarmingRPG/2DFarmingRPG/Stardew/game/include/WfItem.h