- data
godot_object data;
Undocumented in source.
- get_available_packet_count
godot_int function(const void*) get_available_packet_count;
Undocumented in source.
- get_connection_status
godot_int function(const void*) get_connection_status;
Undocumented in source.
- get_max_packet_size
godot_int function(const void*) get_max_packet_size;
Undocumented in source.
- get_packet
godot_error function(void*, const ubyte**, int*) get_packet;
Undocumented in source.
- get_packet_peer
godot_int function(const void*) get_packet_peer;
Undocumented in source.
- get_transfer_mode
godot_int function(const void*) get_transfer_mode;
Undocumented in source.
- get_unique_id
int function(const void*) get_unique_id;
Undocumented in source.
- is_refusing_new_connections
godot_bool function(const void*) is_refusing_new_connections;
Undocumented in source.
- is_server
godot_bool function(const void*) is_server;
Undocumented in source.
- next
void* next;
Undocumented in source.
- poll
void function(void*) poll;
Undocumented in source.
- put_packet
godot_error function(void*, const ubyte*, int) put_packet;
Undocumented in source.
- set_refuse_new_connections
void function(void*, godot_bool) set_refuse_new_connections;
Undocumented in source.
- set_target_peer
void function(void*, godot_int) set_target_peer;
Undocumented in source.
- set_transfer_mode
void function(void*, godot_int) set_transfer_mode;
Undocumented in source.
- ver
godot_gdnative_api_version ver;
Undocumented in source.