B1RealDateConditionTableRow
- Table row defining a real-world date condition range used to restrict certain events to specific calendar periods.
| Property | Type | Description | Metadata |
|---|---|---|---|
| SpecificYear | int32 | If non-zero, restricts the condition to this specific calendar year; 0 means every year is valid. | Category: B1RealDateConditionTableRow ClampMin: 0 |
| StartMonth | int32 | Month when the valid date range begins (1-12). | Category: B1RealDateConditionTableRow ClampMax: 12 ClampMin: 1 |
| StartDay | int32 | Day of the month when the valid date range begins (1-31). | Category: B1RealDateConditionTableRow ClampMax: 31 ClampMin: 1 |
| EndMonth | int32 | Month when the valid date range ends (1-12). | Category: B1RealDateConditionTableRow ClampMax: 12 ClampMin: 1 |
| EndDay | int32 | Day of the month when the valid date range ends (1-31). | Category: B1RealDateConditionTableRow ClampMax: 31 ClampMin: 1 |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |