summaryrefslogtreecommitdiff
path: root/src/scripting/lua.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripting/lua.cpp')
-rw-r--r--src/scripting/lua.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/scripting/lua.cpp b/src/scripting/lua.cpp
index e3fdfd9e..e6e7860a 100644
--- a/src/scripting/lua.cpp
+++ b/src/scripting/lua.cpp
@@ -51,6 +51,13 @@ extern "C" {
#include "scripting/luascript.hpp"
#include "utils/logger.h"
+/*
+ * This file includes all script bindings available to LUA scripts.
+ * When you add or change a script binding please document it on
+ *
+ * http://wiki.themanaworld.org/index.php/Scripting
+ */
+
/**
* Callback for sending a NPC_MESSAGE.