Add Lua bindings to change Location/Maker names
This commit is contained in:
parent
1ebe6cdf07
commit
e3457977c9
@ -830,6 +830,7 @@ LuaBindings::common (lua_State* L)
|
||||
.addFunction ("set_start", &Location::set_start)
|
||||
.addFunction ("set_end", &Location::set_end)
|
||||
.addFunction ("set_length", &Location::set)
|
||||
.addFunction ("set_name", &Location::set_name)
|
||||
.addFunction ("move_to", &Location::move_to)
|
||||
.addFunction ("matches", &Location::matches)
|
||||
.addFunction ("flags", &Location::flags)
|
||||
|
Loading…
Reference in New Issue
Block a user