nudsfml v0.0.10-alpha (2023-02-09T04:48:03Z)
Dub
Repo
SfPacket
nudsfml
network
packet
Undocumented in source.
package package
class
SfPacket {
this
();
~this
();
const
(
void
)[]
getData
();
void
append
(const(void)[] data);
}
Constructors
this
this
()
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
append
void
append
(const(void)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
getData
const
(
void
)[]
getData
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
sfPtr
sfPacket
*
sfPtr
;
Undocumented in source.
Meta
Source
See Implementation
nudsfml
network
packet
classes
Packet
SfPacket
functions
sfPacket_append
sfPacket_canRead
sfPacket_clear
sfPacket_copy
sfPacket_create
sfPacket_destroy
sfPacket_endOfPacket
sfPacket_getData
sfPacket_getDataSize
sfPacket_readBool
sfPacket_readDouble
sfPacket_readFloat
sfPacket_readInt16
sfPacket_readInt32
sfPacket_readInt8
sfPacket_readUint16
sfPacket_readUint32
sfPacket_readUint8
sfPacket_writeBool
sfPacket_writeDouble
sfPacket_writeFloat
sfPacket_writeInt16
sfPacket_writeInt32
sfPacket_writeInt8
sfPacket_writeUint16
sfPacket_writeUint32
sfPacket_writeUint8
structs
sfPacket