voxelman v0.8.0 (2017-02-03T20:04:39Z)
Dub
Repo
IdMapManagerClient
voxelman
world
clientworld
Undocumented in source.
struct
IdMapManagerClient {
void
delegate
(
string
[])[
string
]
onMapReceivedHandlers
;
void
regIdMapHandler
(string mapName, void delegate(string[]) onMapReceived);
}
Members
Functions
regIdMapHandler
void
regIdMapHandler
(string mapName, void delegate(string[]) onMapReceived)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
onMapReceivedHandlers
void
delegate
(
string
[])[
string
]
onMapReceivedHandlers
;
Undocumented in source.
Meta
Source
See Implementation
voxelman
world
clientworld
classes
ClientWorld
functions
fmtDur
structs
IdMapManagerClient