#include <group.h>
Public Member Functions | |
Group (CompanyID owner=INVALID_COMPANY) | |
Data Fields | |
char * | name |
Group Name. | |
OwnerByte | owner |
Group Owner. | |
VehicleTypeByte | vehicle_type |
Vehicle type of the group. | |
bool | replace_protection |
If set to true, the global autoreplace have no effect on the group. | |
GroupStatistics | statistics |
NOSAVE: Statistics and caches on the vehicles in the group. |
Group data.
Definition at line 66 of file group.h.