Package com.prineside.luaj
Interface Globals.Loader
- All Known Implementing Classes:
 LuaC
- Enclosing class:
 - Globals
 
public static interface Globals.Loader
Interface for module that converts a Prototype into a LuaFunction with an environment.
- 
Method Summary
Modifier and TypeMethodDescriptionConvert the prototype into a LuaFunction with the supplied environment. 
- 
Method Details
- 
load
Convert the prototype into a LuaFunction with the supplied environment.- Throws:
 IOException
 
 -