voxelman ~master (2018-10-12T19:51:42Z)
Dub
Repo
DebugGuiHandlerItem
voxelman
dbg
plugin
Undocumented in source.
struct
DebugGuiHandlerItem {
int
order
;
string
name
;
DebugGuiHandler
handler
;
int
opCmp
(DebugGuiHandlerItem other);
}
Members
Functions
opCmp
int
opCmp
(DebugGuiHandlerItem other)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
handler
DebugGuiHandler
handler
;
Undocumented in source.
name
string
name
;
Undocumented in source.
order
int
order
;
Undocumented in source.
Meta
Source
See Implementation
voxelman
dbg
plugin
aliases
DebugGuiHandler
classes
DebugClient
DebugServer
Debugger
functions
get_val
manifest constants
DEBUG_ORDER
FPS_ORDER
INFO_ORDER
SETTINGS_ORDER
structs
DebugGuiHandlerItem
TelemetryPacket
VarBuffer