Merge pull request #1265 from db48x/allow-calling-blueprint-from-lua
this allows the blueprint plugin to be called from luadevelop
commit
fbe652d7a0
@ -0,0 +1,14 @@
|
||||
local _ENV = mkmodule('plugins.blueprint')
|
||||
|
||||
--[[
|
||||
|
||||
Native functions:
|
||||
|
||||
* dig(start, end, name)
|
||||
* build(start, end, name)
|
||||
* place(start, end, name)
|
||||
* query(start, end, name)
|
||||
|
||||
--]]
|
||||
|
||||
return _ENV
|
Loading…
Reference in New Issue