Class AllNamesPacket
[PacketHandler(152, PacketSizing.Variable, Description = "All Names (3D Client Only)")]
public class AllNamesPacket : BaseGameNetworkPacket, IGameNetworkPacket
- Inheritance
-
AllNamesPacket
- Implements
- Inherited Members
Constructors
AllNamesPacket()
public AllNamesPacket()
Methods
ParsePayload(ref SpanReader)
Parses packet-specific payload after opcode validation.
protected override bool ParsePayload(ref SpanReader reader)
Parameters
readerSpanReaderPacket span reader positioned after opcode.
Returns
- bool
truewhen payload parsing succeeds; otherwisefalse.