Library module
From IFWiki
Code designed to be reused in a number of different games. Most authoring systems come with a standard library of code that provides the basic parser system and world model. Other authors then offer library modules to provide other specific functionalilty: for instance, better NPC handling or more sophisticated simulation of some kind.
Authors can then choose to use these modules to add functionality to their games without having to reinvent the wheel.
