-
Notifications
You must be signed in to change notification settings - Fork 6
GetMaxSelection
nyfrk edited this page Feb 2, 2022
·
1 revision
Get the maximum number of settlers (warriors and the like) that the player may select.
By default players can select up to 100 settlers. The function ISettlers4Api::SetMaxSelection may change that. If you are interested in how many settlers are currently selected see ISettlers4Api::GetSelection instead.
DWORD ISettlers4Api::GetMaxSelection();none
The maximum amount of settlers that a player may currently select. By default this is 100.
none
| Minimum API Level | 2.0.0 |
| Target Edition | any |
| Header | S4ModApi.h |
| Library | S4ModApi.lib |
| DLL | S4ModApi.dll |
ISettlers4Api::SetMaxSelection