godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
PacketPeer._classBinding
godot
packetpeer
PacketPeer
Undocumented in source.
struct
PacketPeer
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("get_var")
GodotMethod
!(
Variant
)
getVar
;
__gshared
@
GodotName
("put_var")
GodotMethod
!(
GodotError
,
Variant
)
putVar
;
__gshared
@
GodotName
("get_packet")
GodotMethod
!(
PoolByteArray
)
getPacket
;
__gshared
@
GodotName
("put_packet")
GodotMethod
!(
GodotError
,
PoolByteArray
)
putPacket
;
__gshared
@
GodotName
("get_packet_error")
GodotMethod
!(
GodotError
)
getPacketError
;
__gshared
@
GodotName
("get_available_packet_count")
GodotMethod
!(
long
)
getAvailablePacketCount
;
__gshared
@
GodotName
("set_allow_object_decoding")
GodotMethod
!(
void
,
bool
)
setAllowObjectDecoding
;
__gshared
@
GodotName
("is_object_decoding_allowed")
GodotMethod
!(
bool
)
isObjectDecodingAllowed
;
}
Members
Static variables
getAvailablePacketCount
GodotMethod
!(
long
)
getAvailablePacketCount
;
Undocumented in source.
getPacket
GodotMethod
!(
PoolByteArray
)
getPacket
;
Undocumented in source.
getPacketError
GodotMethod
!(
GodotError
)
getPacketError
;
Undocumented in source.
getVar
GodotMethod
!(
Variant
)
getVar
;
Undocumented in source.
isObjectDecodingAllowed
GodotMethod
!(
bool
)
isObjectDecodingAllowed
;
Undocumented in source.
putPacket
GodotMethod
!(
GodotError
,
PoolByteArray
)
putPacket
;
Undocumented in source.
putVar
GodotMethod
!(
GodotError
,
Variant
)
putVar
;
Undocumented in source.
setAllowObjectDecoding
GodotMethod
!(
void
,
bool
)
setAllowObjectDecoding
;
Undocumented in source.
Meta
Source
See Implementation
godot
packetpeer
PacketPeer
aliases
BaseClasses
functions
getAvailablePacketCount
getPacket
getPacketError
getVar
isObjectDecodingAllowed
opAssign
opEquals
putPacket
putVar
setAllowObjectDecoding
properties
allowObjectDecoding
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name