summaryrefslogtreecommitdiff
path: root/library/LuaApi.cpp
diff options
context:
space:
mode:
authorAlexander Gavrilov2012-05-03 11:47:04 +0400
committerAlexander Gavrilov2012-05-03 11:47:04 +0400
commit5afe2ca0020404d46ad3de840030a7b9e186b059 (patch)
tree7066712fd0d5cae9ea766189b788efc1c69ae9ad /library/LuaApi.cpp
parent28b5068382ebd406b269e6b4aeb073e7cd26503e (diff)
downloaddfhack-5afe2ca0020404d46ad3de840030a7b9e186b059.tar.gz
dfhack-5afe2ca0020404d46ad3de840030a7b9e186b059.tar.bz2
dfhack-5afe2ca0020404d46ad3de840030a7b9e186b059.tar.xz
Update dfhack for specific_ref.
Diffstat (limited to 'library/LuaApi.cpp')
-rw-r--r--library/LuaApi.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/LuaApi.cpp b/library/LuaApi.cpp
index 05a71d61..828e54cb 100644
--- a/library/LuaApi.cpp
+++ b/library/LuaApi.cpp
@@ -682,6 +682,8 @@ static bool items_moveToContainer(df::item *item, df::item *container)
}
static const LuaWrapper::FunctionReg dfhack_items_module[] = {
+ WRAPM(Items, getGeneralRef),
+ WRAPM(Items, getSpecificRef),
WRAPM(Items, getOwner),
WRAPM(Items, setOwner),
WRAPM(Items, getContainer),