voxelman v0.9.0 (2022-05-10T16:23:35Z)
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