EntityPluginCommon

Undocumented in source.

Members

Functions

init
void init(IPluginManager pluginman)
Undocumented in source. Be warned that the author may not have intended to support it.
onPostUpdateEvent
void onPostUpdateEvent(PostUpdateEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
onUpdateEvent
void onUpdateEvent(UpdateEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
registerComponent
void registerComponent(ComponentUnpacker unpacker, string componentName)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin IdAndSemverFrom!(voxelman.entity.plugininfo)
Undocumented in source.

Variables

componentArray
ComponentInfo*[] componentArray;
Undocumented in source.
componentMap
ComponentInfo*[TypeInfo] componentMap;
Undocumented in source.
entityManager
EntityManager entityManager;
Undocumented in source.
evDispatcher
EventDispatcherPlugin evDispatcher;
Undocumented in source.

Meta