BARE2D
LuaScriptQueue.hpp File Reference

This class essentially just collects all of the scripts that need to be run from all the various end-user sources in a single update loop, and then "reports them" to the LuaScriptEngine, who actually runs them. Note that this is a singleton class. More...

#include <map>
#include <string>
+ Include dependency graph for LuaScriptQueue.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  BARE2D::LuaScriptQueue
 

Namespaces

 BARE2D
 

Detailed Description

This class essentially just collects all of the scripts that need to be run from all the various end-user sources in a single update loop, and then "reports them" to the LuaScriptEngine, who actually runs them. Note that this is a singleton class.

Definition in file LuaScriptQueue.hpp.