enum Godot::ENetConnection::HostStatistic

Defined in:

libgodot/generated/classes/classes_part2.cr

Enum Members

HostTotalSentData = 0_i64
HostTotalSentPackets = 1_i64
HostTotalReceivedData = 2_i64
HostTotalReceivedPackets = 3_i64

Instance Method Summary

Instance Method Detail

def host_total_received_data? #

Returns true if this enum value equals HostTotalReceivedData


[View source]
def host_total_received_packets? #

Returns true if this enum value equals HostTotalReceivedPackets


[View source]
def host_total_sent_data? #

Returns true if this enum value equals HostTotalSentData


[View source]
def host_total_sent_packets? #

Returns true if this enum value equals HostTotalSentPackets


[View source]