forked from github/server
nein... andersrum
This commit is contained in:
parent
cc21a19831
commit
35b8a137ab
|
@ -117,8 +117,8 @@ bind_region(lua_State * L)
|
||||||
.property("info", ®ion_getinfo, ®ion_setinfo)
|
.property("info", ®ion_getinfo, ®ion_setinfo)
|
||||||
.property("terrain", ®ion_getterrain)
|
.property("terrain", ®ion_getterrain)
|
||||||
.def("add_notice", ®ion_addnotice)
|
.def("add_notice", ®ion_addnotice)
|
||||||
.def("get_flag", ®ion_setflag)
|
.def("get_flag", ®ion_getflag)
|
||||||
.def("set_flag", ®ion_getflag)
|
.def("set_flag", ®ion_setflag)
|
||||||
.def_readonly("x", ®ion::x)
|
.def_readonly("x", ®ion::x)
|
||||||
.def_readonly("y", ®ion::y)
|
.def_readonly("y", ®ion::y)
|
||||||
.def_readwrite("age", ®ion::age)
|
.def_readwrite("age", ®ion::age)
|
||||||
|
|
Loading…
Reference in New Issue