xoreos  0.0.5
Namespaces | Functions
bindings.cpp File Reference

The Lua bindings for The Witcher. More...

#include "glm/vec3.hpp"
#include "src/common/error.h"
#include "src/common/util.h"
#include "src/aurora/lua/scriptman.h"
#include "src/aurora/lua/stack.h"
#include "src/aurora/lua/util.h"
#include "src/engines/witcher/lua/bindings.h"
Include dependency graph for bindings.cpp:

Go to the source code of this file.

Namespaces

 Engines
 
 Engines::Witcher
 

Functions

static int Engines::Witcher::pushFakeObject (lua_State &state, const Common::UString &type)
 
static void Engines::Witcher::unimplementedFunction (const Common::UString &name, const Common::UString &type="")
 
static void Engines::Witcher::unimplementedVariable (const Common::UString &name, const Common::UString &type="")
 

Detailed Description

The Lua bindings for The Witcher.

Mostly stubs at the moment.

Definition in file bindings.cpp.