-
Notifications
You must be signed in to change notification settings - Fork 166
Deal
HungryForFood edited this page Feb 1, 2021
·
1 revision
Return | Method (arguments) | Description |
---|---|---|
void | AddRevokeVassalageTrade(PlayerID iFromPlayer) | Add revoke vassalage the trade deal. |
void | AddTechTrade(PlayerID iFromPlayer, TechType iTech) | Add a technology trade to the trade deal. |
void | AddVassalageTrade(PlayerID iFromPlayer) | Add vassalage to the trade deal. |
Return | Method (arguments) | Description |
---|---|---|
void | RemoveTechTrade(TechType iTech) | Remove a technology trade from the trade deal. |