Accept a series of packets of a specific supertype (PlanetSidePacket
)
and filter out subtypes that should be excluded.
Accept a series of packets of a specific supertype (PlanetSidePacket
)
and filter out subtypes that should be excluded.
Show a generic disclaimer if any packets were filtered.
Two of the four subclasses of PlanetSidePacket
are accepted - PlanetSideGamePacket
and PlanetSideControlPacket
.
a series of packets
the accepted packets from the original group