|
OpenTTD Source 20260421-master-gc2fbc6fdeb
|
Filter for the IterateActive iterator. More...
#include <network_admin.h>
Public Member Functions | |
| bool | operator() (size_t index) |
| Check whether the given admin is active. | |
Filter for the IterateActive iterator.
Definition at line 95 of file network_admin.h.
|
inline |
Check whether the given admin is active.
| index | The index of the admin. |
true iff the admin's status is ADMIN_STATUS_ACTIVE. Definition at line 101 of file network_admin.h.
References ADMIN_STATUS_ACTIVE.