voxelman ~master (2018-10-12T19:51:42Z)
Dub
Repo
ServerRow
gui2
Undocumented in source.
struct
ServerRow {
this
(ServerInfo info);
@
Column
!
ServerRow
("Name", 150,
(
ServerRow
r
,
scope
SinkT
s
)
)
string
name
;
@
Column
!
ServerRow
("IP", 130,
(
ServerRow
r
,
scope
SinkT
s
)
)
string
ip
;
@
Column
!
ServerRow
("Port", 40,
(
ServerRow
r
,
scope
SinkT
s
)
)
ushort
port
;
}
Constructors
this
this
(ServerInfo info)
Undocumented in source.
Members
Variables
ip
string
ip
;
Undocumented in source.
name
string
name
;
Undocumented in source.
port
ushort
port
;
Undocumented in source.
Meta
Source
See Implementation
gui2
classes
LauncherGui
functions
choosePopupRectHori
choosePopupRectVert
structs
JobItemWidget
ServerList
ServerRow
WorldList
WorldRow