MCPcopy Create free account
hub / github.com/alecthomas/entityx / configure

Method configure

entityx/System.h:44–44  ·  view source on GitHub ↗

* Called once all Systems have been added to the SystemManager. * * Typically used to set up event handlers. */

Source from the content-addressed store, hash-verified

42 * Typically used to set up event handlers.
43 */
44 virtual void configure(EventManager &events) {}
45
46 /**
47 * Apply System behavior.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected