PGE Engine
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Macros
Pages
script
bindings
core
events
luaevents_core_engine.h
1
#ifndef BINDINGCORE_EVENTS_ENGINE_H
2
#define BINDINGCORE_EVENTS_ENGINE_H
3
4
#include "../../../lua_event.h"
5
6
class
BindingCore_Events_Engine
7
{
8
public
:
9
static
LuaEvent
createInitEngineEvent(
LuaEngine
* engine);
10
static
LuaEvent
createLoopEvent(
LuaEngine
* engine,
float
ticks);
11
};
12
13
#endif // BINDINGCORE_EVENTS_ENGINE_H
BindingCore_Events_Engine
Definition:
luaevents_core_engine.h:6
LuaEngine
This class should have basic functions for interacting with lua To run the lua engine you have to con...
Definition:
lua_engine.h:27
LuaEvent
Definition:
lua_event.h:13
Generated by
1.8.7