Cronous Emulation Server Daemon

PacketFactory.packet_type_names Property

Array of packet type names for this factory.

[Visual Basic]
MustOverride Protected Property ReadOnly packet_type_names As String()
[C#]
protected abstract string[] packet_type_names { get; }
[C++]
protected: abstract __property String* get_packet_type_names() __gc[];
[JScript]
protected abstract function get packet_type_names() : String[]

See Also

PacketFactory Class | croemud.packet Namespace