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
globalfuncs
luafuncs_core_effect.h
1
#ifndef BINDING_CORE_GLOBALFUNCS_EFFECT_H
2
#define BINDING_CORE_GLOBALFUNCS_EFFECT_H
3
4
#include <luabind/luabind.hpp>
5
#include <lua_inclues/lua.hpp>
6
7
#include <script/lua_global.h>
8
9
class
Binding_Core_GlobalFuncs_Effect
10
{
11
public
:
12
13
static
void
runStaticEffect(
long
effectID,
float
startX,
float
startY, lua_State *L);
14
static
void
runStaticEffectCentered(
long
effectID,
float
startX,
float
startY, lua_State *L);
15
16
static
luabind::scope bindToLua();
17
};
18
19
#endif // BINDING_CORE_GLOBALFUNCS_EFFECT_H
Binding_Core_GlobalFuncs_Effect
Definition:
luafuncs_core_effect.h:9
Generated by
1.8.7