B1SeedTableRow
- Table row defining a seed item, linking it to its crop type and specifying
* whether it is planted individually or in bulk.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ObjectId | FName | Object ID of the seed item. | Category: B1SeedTableRow Foreign: Object.Id |
| CropId | FName | Crop ID referencing the crop data table row associated with this seed. | Category: B1SeedTableRow Foreign: Crop.Id |
| PlantMode | EB1SeedPlantingMode | Planting mode indicating whether this seed is planted one at a time or in bulk. | Category: B1SeedTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |