#include "lugre_prefix.h"#include <assert.h>#include <stdarg.h>#include <stdio.h>#include <stdlib.h>#include "lugre_scripting.h"#include "lugre_luabind.h"#include "object.h"#include "location.h"#include "resyncreceiver.h"#include "objectcontroller.h"

Go to the source code of this file.
Functions | |
| static int | l_GetDataDir (lua_State *L) |
| static int | l_GetLuaDir (lua_State *L) |
| static int | l_GetLugreDir (lua_State *L) |
| static int | l_UseHomeWritable (lua_State *L) |
| void | SFZ_RegisterLuaPlugin () |
| static int l_GetDataDir | ( | lua_State * | L | ) | [static] |
Definition at line 16 of file sfz_scripting.cpp.
References PROFILE.
Referenced by SFZ_RegisterLuaPlugin().
| static int l_GetLuaDir | ( | lua_State * | L | ) | [static] |
Definition at line 17 of file sfz_scripting.cpp.
References PROFILE.
Referenced by SFZ_RegisterLuaPlugin().
| static int l_GetLugreDir | ( | lua_State * | L | ) | [static] |
Definition at line 18 of file sfz_scripting.cpp.
References PROFILE.
Referenced by SFZ_RegisterLuaPlugin().
| static int l_UseHomeWritable | ( | lua_State * | L | ) | [static] |
Definition at line 19 of file sfz_scripting.cpp.
References PROFILE.
Referenced by SFZ_RegisterLuaPlugin().
| void SFZ_RegisterLuaPlugin | ( | ) |
Definition at line 28 of file sfz_scripting.cpp.
References l_GetDataDir(), l_GetLuaDir(), l_GetLugreDir(), l_UseHomeWritable(), cResyncReceiver::LuaRegister(), cObjectController::LuaRegister(), cLocation::LuaRegister(), cObject::LuaRegister(), Lugre::cScriptingPlugin::RegisterLua_Classes(), and Lugre::cScriptingPlugin::RegisterLua_GlobalFunctions().
Referenced by main().
1.5.6