Goal | MakeAnyTradeGoal |
Description | A Goal that is complete when a specified number of Trades have been made by the player. |
Example | Make a trade |
Inheritance | MakeTradeGoal |
Target | Any Trade that is made while the Goal is active. |
Target Amount | The number of Trades that must be made by the player to complete the Goal, specified via MakeAnyTradeGoalData.Amount . |
Progression | Each time the player accepts a Trade , the progression is incremented by 1. Once the target amount is met, the Goal is complete. |
Pre Activation | Any Trades made prior to the Goal becoming active will not count toward its completion. |
Remarks | Extends the base MakeTradeGoal by overriding MakeTradeGoal.IsEligible to always return true. |