dsfml ~master (2017-10-11T01:10:36Z)
Home
Dub
Repo
Packet.write
dsfml
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
dsfml
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.