nudsfml v0.0.10-alpha (2023-02-09T04:48:03Z)
Dub
Repo
Packet.write
nudsfml
network
packet
Packet
Writes a scalar data type or string to the packet.
void
write
(T value)
class
Packet
void
write
(
T
)
(
T
value
)
if
(
isScalarType
!
T
)
void
write
(T value)
Meta
Source
See Implementation
nudsfml
network
packet
Packet
constructors
this
destructors
~this
functions
append
clear
endOfPacket
getData
onRecieve
onSend
read
write
Writes a scalar data type or string to the packet.