An Enumeration of various permission groups that control access to aspects of a vehicle.
- Driver is a seat that is always seat number 0.
- Gunner is a seat that is not the Driver and controls a mounted weapon.
- Passenger is a seat that is not the Driver and does not have control of a mounted weapon.
- Trunk represnts access to the vehicle's internal storage space.
Organized to replicate the PlanetsideAttributeMessage value used for that given access level.
In their respective PlanetsideAttributeMessage packet, the groups are indexed in the same order as 10 through 13.
An
Enumeration
of various permission groups that control access to aspects of a vehicle.-
Driver
is a seat that is always seat number 0.-
Gunner
is a seat that is not theDriver
and controls a mounted weapon.-
Passenger
is a seat that is not theDriver
and does not have control of a mounted weapon.-
Trunk
represnts access to the vehicle's internal storage space.Organized to replicate the
PlanetsideAttributeMessage
value used for that given access level. In their respectivePlanetsideAttributeMessage
packet, the groups are indexed in the same order as 10 through 13.