godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
PacketPeer.getPacketError
godot
packetpeer
PacketPeer
Returns the error state of the last packet received (via
getPacket
and
getVar
).
struct
PacketPeer
@
nogc
nothrow const
GodotError
getPacketError
(
)
Meta
Source
See Implementation
godot
packetpeer
PacketPeer
aliases
BaseClasses
functions
getAvailablePacketCount
getEncodeBufferMaxSize
getPacket
getPacketError
getVar
isObjectDecodingAllowed
opAssign
opEquals
putPacket
putVar
setAllowObjectDecoding
setEncodeBufferMaxSize
toHash
properties
allowObjectDecoding
encodeBufferMaxSize
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name
Returns the error state of the last packet received (via getPacket and getVar).