voxelman v0.7.0 (2016-08-22T15:41:17Z)
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
structs
IdMapManagerClient