voxelman v0.6.1 (2016-01-09T15:39:38Z)
Dub
Repo
ComponentSyncPacket
voxelman
entity
plugin
Undocumented in source.
struct
ComponentSyncPacket {
size_t
componentId
;
ubyte
[]
componentData
;
}
Members
Variables
componentData
ubyte
[]
componentData
;
Undocumented in source.
componentId
size_t
componentId
;
Undocumented in source.
Meta
Source
See Implementation
voxelman
entity
plugin
aliases
ComponentUnpacker
classes
EntityPluginClient
EntityPluginServer
mixin templates
EntityPluginClientImpl
EntityPluginCommon
EntityPluginServerImpl
structs
ComponentInfo
ComponentSyncPacket
EntityManager
ProcessComponentsEvent
SyncComponentsEvent