mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
1fd12e4596
Module::registerInstance() registers a module instance which can later be retrieved using Module::getInstance(). registerInstance() is called in luax_register_module(). getInstance() expects the full name (as returned by Module::getName()) of the requested module.