soupply v2.57.0 (2018-08-17T09:46:15Z)
Dub
Repo
TestArray
soupply
test0
protocol
test
Undocumented in source.
class
TestArray :
Test0Packet
{
enum
ubyte
ID
;
enum
bool
CLIENTBOUND
;
enum
bool
SERVERBOUND
;
enum
string
[]
__fields
;
ubyte
[]
a
;
string
b
;
@
Length
!int
short
[]
c
;
@
Var
uint
[]
d
;
this
();
this
(ubyte[] a, string b, short[] c, uint[] d);
mixin
Make
;
static
typeof
(
this
)
fromBuffer
(ubyte[] buffer);
string
toString
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(ubyte[] a, string b, short[] c, uint[] d)
Undocumented in source.
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
Make
Undocumented in source.
Static functions
fromBuffer
typeof
(
this
)
fromBuffer
(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
CLIENTBOUND
enum
bool
CLIENTBOUND
;
Undocumented in source.
ID
enum
ubyte
ID
;
Undocumented in source.
SERVERBOUND
enum
bool
SERVERBOUND
;
Undocumented in source.
__fields
enum
string
[]
__fields
;
Undocumented in source.
a
ubyte
[]
a
;
Undocumented in source.
b
string
b
;
Undocumented in source.
c
short
[]
c
;
Undocumented in source.
d
uint
[]
d
;
Undocumented in source.
Meta
Source
See Implementation
soupply
test0
protocol
test
aliases
Packets
classes
TestArray
TestFloat
TestInt